Replies: 2 comments
-
These sorts of errors typically occur when you have mismatched versions of Leptos in your dependencies: for example, if you upgrade |
Beta Was this translation helpful? Give feedback.
-
Thank you, thank you. It was indeed the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry, every time I upgrade Leptos I run into problems and I have to ask for help here. My apologies for failing as a developer. As the summary says, I'm upgrading Leptos from 0.7.8 to 0.8.2 and now every page fails to build with errors similar to this:
(The errors are all slightly different, it's not just
get()
and it's not justweb_sys::File
.)Should I add
reactive_graph
as a dependency and explicitlyuse
the traits? That seems odd since the changelog and the book don't mention this at all. I'm guessing doing something subtly wrong but I seem to be the only one having this problem.The existing code is at https://github.com/nlfiedler/tanuki/tree/main/src/preso/leptos if you want to see the most recent version.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions