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
It will generate a route called usersById which will surprise users if they aren't expecting it. By default, I don't think we should do this. Instead, after implementing #3, we should provide a default option that disables this behavior and instead enable this behavior only when the individual route generators are called from createRoutes().
The text was updated successfully, but these errors were encountered:
Take this call signature:
And this invocation:
It will generate a route called
usersById
which will surprise users if they aren't expecting it. By default, I don't think we should do this. Instead, after implementing #3, we should provide a default option that disables this behavior and instead enable this behavior only when the individual route generators are called fromcreateRoutes()
.The text was updated successfully, but these errors were encountered: