-
I tried the following: let (get_class, set_class) = signal(None::<MyJSClass>); However, I got the error:
I'm wondering if I need to use something other than |
Beta Was this translation helpful? Give feedback.
Answered by
gbj
Feb 12, 2025
Replies: 1 comment 1 reply
-
For thread-unsafe values, use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Tb1281
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For thread-unsafe values, use
signal_local
.