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
This fails to run on non-wasm targets, since it tries to build a JsString. Either should use a platform dependent way to log the warning, or not log any at all. Running SSR with a non-matching route and a Switch triggers the bug. A reproducing example is found in vaniusrb/yew-problem-ssr@c7597fe.
The text was updated successfully, but these errors were encountered:
yew/packages/yew-router/src/switch.rs
Line 44 in a4dcded
This fails to run on non-wasm targets, since it tries to build a
JsString
. Either should use a platform dependent way to log the warning, or not log any at all. Running SSR with a non-matching route and aSwitch
triggers the bug. A reproducing example is found in vaniusrb/yew-problem-ssr@c7597fe.The text was updated successfully, but these errors were encountered: