How do I stop search params from being automatically converted to number?
In validateSearch, a search param that's alphanumeric is coming in as a number if there are no letters in the value. Is this expected? My input validation with Valibot rejects it because of that.
I really wouldn't expect the router to do anything with the value before validateSearch runs.
For example, using URL the value is parsed as a string, not number.
I really wouldn't expect the router to do anything with the value before validateSearch runs.
For example, using URL the value is parsed as a string, not number.