Replies: 1 comment
-
|
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
-
https://github.com/nanostores/nanostores/blob/main/atom/index.js#L27-L58
On atom, why is the
runListenerQueue
a global variable, and not a local variable?It seems to sometimes skip running the queue for me, because the
listenerQueue
is not empty, and the for loop doesn't pick up the newly added items.Using local variable:
What would this break?
Beta Was this translation helpful? Give feedback.
All reactions