Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information