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
I was talking to Mathias today and we discovered that he had multiple calls to use_router in his application, so only the second one was being processed. We should look at ways to mitigate this problem, because we don't warn the user in any way about this behavior.
The text was updated successfully, but these errors were encountered:
Adds a check when `use_router` is called twice, or `use_router` after
`no_router` or the other way around, and fail directly.
This is to prohibit setting two routers, which does not have any effect…
only the last router is used, which might be confusing.
FixesSaturnFramework#323.
I was talking to Mathias today and we discovered that he had multiple calls to
use_router
in his application, so only the second one was being processed. We should look at ways to mitigate this problem, because we don't warn the user in any way about this behavior.The text was updated successfully, but these errors were encountered: