Replies: 2 comments 1 reply
-
Any signals created within a component with |
Beta Was this translation helpful? Give feedback.
0 replies
-
In my case it doesnt drop with a component. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a component which used
use_state
shared state and when this component Droppeduse_state
value was also dropped. Now withuse_signal
it doesn't drop on component drop.Is it normal behavior?
UPD: I can use
use_hook
instead, to have required Drop of stored valueBeta Was this translation helpful? Give feedback.
All reactions