Replies: 2 comments
-
Is something broken, or do you think this is a false positive? If it's a false positive, then reducing it to an actual minimal reproduction would be helpful. There are probably some missing (By "minimal reproduction," what I mean is keep deleting lines until the warning no longer appears, and until removing anything from the example causes the warning no longer to appear. The hard thing working with "here's the whole file" examples like this is that they pull in other parts of your crate, other dependencies, etc. and it's easy to spend 15 minutes trying to set up a reproduction by guessing what those are only to find that it doesn't reproduce given the guesses) |
Beta Was this translation helpful? Give feedback.
-
I'm sorry, I gave up after several hours over the past week. I could not figure out what was going wrong, even when comparing my code to the template. A minimal sample would work, but my app did not. Clearly something is wrong with my app, simple as that. |
Beta Was this translation helpful? Give feedback.
-
This code, or one of several instances like it, is causing an error, maybe? It's the only code using
ColorMode
so it would have to be here.The error message in the console:
The entire file is in this gist: https://gist.github.com/nlfiedler/2af5814091fa3087f1200314147f6b7b
Am I accessing the signal incorrectly? This was working fine in 0.6.
All of the source in question, if you're interested, is here (https://github.com/nlfiedler/tanuki/tree/upgrade/src/preso/leptos) on a branch. It's about 4,700 lines, but the
home.rs
has been stripped to nearly nothing because I'm trying to debug hydration errors.Thank you for reading.
Beta Was this translation helpful? Give feedback.
All reactions