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
Right now, calling nest on a route that already has resources causes those resources to be silently dropped, which seems problematic. We should either figure out a reasonable way to "merge" with existing resources (I'm skeptical this would work out), or just panic in such a case.
Panicking in app construction is generally OK since even trivial testing will reveal the problem.
The text was updated successfully, but these errors were encountered:
Even after #156 the story here is a bit muddy. We should consider making improvements to route-recognizer such that we can tell when an existing resource is being overwritten.
Right now, calling
nest
on a route that already has resources causes those resources to be silently dropped, which seems problematic. We should either figure out a reasonable way to "merge" with existing resources (I'm skeptical this would work out), or just panic in such a case.Panicking in app construction is generally OK since even trivial testing will reveal the problem.
The text was updated successfully, but these errors were encountered: