cargo leptos watch fails #4148
Replies: 4 comments 5 replies
-
The problem seems to be that a package you depend on, |
Beta Was this translation helpful? Give feedback.
-
Was this solved? I am running into the same issue and I haven't been able to find a resolution. |
Beta Was this translation helpful? Give feedback.
-
No, I gave up and picked a different stack. |
Beta Was this translation helpful? Give feedback.
-
For the cargo-leptos folks who stumble into this discussion the soulution lies in cargo-leptos, not your project code. Installing the correct version of cargo-leptos eliminates the error. As near as I can tell, the wasm-bindgen version in cargo-leptos cargo .toml needs to match your installed wasm-bingen-cli. In my case updating cargo-leptos the most recent version, newer that the current release, fixed the error. See cargo-leptos getting started for details. |
Beta Was this translation helpful? Give feedback.
-
Describe the Bug
Trying to start up Leptos fails
Steps to Reproduce
If applicable, add a link to a test case (as a zip file or link to a repository we can clone).
Expected Behavior
Runs
Actual Behavior
Additional Context
Beta Was this translation helpful? Give feedback.
All reactions