Closed mattbeedle closed 1 year ago
Interesting! This should definitely work, thanks for reporting.
Are you actively using the router, or just trying things out?
I just refactored a current production project to use it. This is the last thing I need to get working in order to release.
@mattbeedle let's get it sorted then! 😃 I'll invite you to the repo too since it's not public yet
Awesome, thx! I created an issue for it there along with a small sample app.
This has been fixed in the router.
Not sure if this is already a known issue since the experimental router is still not public, but I'm having problems with the polyvariant matching.
The following code generates the correct variants, but does not match any of the
/recipes/...
variant paths. It will always render theRecipe
renderer.However, if I define every route individually it will match fine:
I have another layer of nesting inside the each of the recipes routes and that layer is also dynamic, so manually defining every one will be quite a lot of typing :)