You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally we want to exclude a route here if we want to manually create a route in the server router for it. This is useful for middlewares and other things that depend on the ordering of things in the router, and thus we don't want LeptosRoutes to auto generate a route for it.
Currently we're also unregistering the server fn, which confuses people and is not useful. We just want to exclude it from route generation
The text was updated successfully, but these errors were encountered:
A test case for the incorrect behavior and what's inspected instead would be really helpful; I don't think there has been a test case for #2735 or this so it's tricky to know what the actual request is and whether it's being addressed.
Generally we want to exclude a route here if we want to manually create a route in the server router for it. This is useful for middlewares and other things that depend on the ordering of things in the router, and thus we don't want LeptosRoutes to auto generate a route for it.
Currently we're also unregistering the server fn, which confuses people and is not useful. We just want to exclude it from route generation
The text was updated successfully, but these errors were encountered: