Replies: 1 comment
-
it's certainly a bug (created a new issue, #32) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is this the intended behavior? I would expect a SignalValue to only emit items when it is updated, not when other values in the Signal are updated.
Demo:
2024-04-16_18-41-12_region_re.mp4
The following patch would make it behave in the way I would expect:
2024-04-16_18-48-14_region_re.mp4
Beta Was this translation helpful? Give feedback.
All reactions