Tags: farmergreg/htmx-go
Tags
feat: merge pull request angelofallars#5 from julianooi/main fix locationWithContextErr always true
Merge pull request angelofallars#4 from rafiramadhana/1-hx-swap-test Add unit test of SwapStrategy
fix: set `Values` type in LocationContext to `map` I'm not actually sure what the exact type is. However, `django-htmx` sets the values parameter type to a `dict[str, str]`. It only makes sense that I should turn `Values` into `map[string]string`. Reference: https://django-htmx.readthedocs.io/en/latest/http.html#django_htmx.http.HttpResponseLocation