Error "tried to create a signal in a runtime that has been disposed" #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello, I'm new to Rust and I'm developing a CSR website, I was trying to use this crate but this error appeared:




Does this crate can be used in CSR? (it seems it can since it only uses signals)
I tried to use it as the example shown, and added this to App:
And this to the navbar:
Can you help me with that?
Thank you,
Marcelo
mentioned in merge request !1
mentioned in commit
8b729a3490Thanks @jmmb13 for the contribution, it should be solved and is published an crates.io. Please let me know if it's not working. 😄
I think it was related to a version mismatch. :D
Thank you @kerkmann , it works :D


Now I need to learn how to change the colors and so on, but thank you mate!!