Compilation error leptos hydration #4040
-
Hello, I can no longer compile leptos because I have a compilation error that comes directly from the leptos code. Is the problem known to the leptos developers ? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
It seems to me like you are probably using something like mismatched versions, but it is impossible to tell without additional context. This error should not exist if the project and dependencies are set up correctly. Maybe you could share your |
Beta Was this translation helpful? Give feedback.
-
When I clone the repo and build your project, I get the same error. Above the error, there is a warning:
When I edit the Edit to add: Here's the complete [workspace]
members = [
"backend",
"frontend",
"common"
]
resolver = "2" |
Beta Was this translation helpful? Give feedback.
When I clone the repo and build your project, I get the same error.
Above the error, there is a warning:
When I edit the
Cargo.toml
in your workspace root to addresolver = "2"
,…