Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sycamore-router build error #764

Open
fierceX opened this issue Dec 11, 2024 · 0 comments
Open

sycamore-router build error #764

fierceX opened this issue Dec 11, 2024 · 0 comments
Labels
A-router Area: router C-bug Category: bug, something isn't working

Comments

@fierceX
Copy link

fierceX commented Dec 11, 2024

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
    | |__|
    |
@lukechu10 lukechu10 added C-bug Category: bug, something isn't working A-router Area: router labels Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-router Area: router C-bug Category: bug, something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants