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
* refactor: made route setting imperative and set up child scopes
So far, no scope disposer handling yet.
* feat: created full page disposer system
This isn't actually running yet though, since that leads to lifetime
errors I haven't resolved yet.
* feat: added `RouteManager`
This enforces *some* lifetime constraints, but not all those we need
just yet...
* feat: added lifetime bounds for full functionality
Sure, it's a fix, but it feels like a feat!
error_pages.get_view_and_render_head(cx,"*",400,"expected initial state render, found subsequent load (highly likely to be a core perseus bug)",None)
201
+
InitialView::Error(error_pages.get_view_and_render_head(cx,"*",400,"expected initial state render, found subsequent load (highly likely to be a core perseus bug)",None))
198
202
}
199
203
}
200
-
}),
204
+
}
201
205
// If the user is using i18n, then they'll want to detect the locale on any paths
202
206
// missing a locale Those all go to the same system that redirects to the
203
207
// appropriate locale Note that `container` doesn't exist for this scenario
0 commit comments