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
Problem
When using define_router_state() with yew_router only Route and RouteService get defined, the cfg feature test does not work because the macro generates code in our own crate rather than the yew_router crate, and is therefore looking at the wrong features.
The text was updated successfully, but these errors were encountered:
Problem
When using define_router_state() with yew_router only
Route
andRouteService
get defined, the cfg feature test does not work because the macro generates code in our own crate rather than the yew_router crate, and is therefore looking at the wrong features.The text was updated successfully, but these errors were encountered: