Christopher Horobin
Christopher Horobin
> > The documentation suggests that the default for `TFrom` should be '/'. > > This makes the logic simpler but I think this is correct but please let me...
> > Or is there like a special case here for effectively `from` not specified then we don't know where you're coming from and therefore the previous params is a...
Nice. Thanks for clarifying because now I understand the reasoning behind the original default . A union makes sense in the way that you could have come from anywhere but...
Looks like its working when set to `string` so maybe that was the reason it was defaulted like this in other places. I think I concluded `string` makes the most...
I think you can yes
> I noticed the following problem with your PR: > > When an index route has search params defined, `navigate` will not complain about them missing. Try running the following...
I will take a look tomorrow now. I've noticed bugs around the index routes with CheckPath as well. Sounds similar. Basically a route without an index route flips to `never`...
Looking at the docs. When you have an index route a path should match the index route regardless? Meaning `/something/` or `/something` actually both match the index route if it...
I think I have fixed the issue. Tried to simplify it a bit
Glad you think so. The type checking bottleneck is now in creating each route as far as I can see. Especially file based routing. You can shave off a bit...