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
When I migrated from 0.8 to 0.9.1 again, I found this error. It seems to be a sycamore-router code error. I upgraded the latest rust version. How should I solve it now?
no method named entries found for struct UrlSearchParams in the current scope
--> /Users/xialuyu/.cargo/registry/src/rsproxy.cn-0dccff568467c15b/sycamore-router-0.9.1/src/router.rs:463:18
|
461 | / UrlSearchParams::newwith_str(&window().location().search().unwrap_throw())
462 | | .unwrap_throw()
463 | | .entries()
| | -^^^^^^^ this is an associated function, not a method
| |__|
|
The text was updated successfully, but these errors were encountered:
When I migrated from 0.8 to 0.9.1 again, I found this error. It seems to be a sycamore-router code error. I upgraded the latest rust version. How should I solve it now?
The text was updated successfully, but these errors were encountered: