You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not quite sure of the cause & don't have time to chase it down yet, but the tracking of dependencies in effect and useSignalEffect seems to be a bit broken in the context of our REPL. For example, here's a lazy effect:
Not quite sure of the cause & don't have time to chase it down yet, but the tracking of dependencies in
effect
anduseSignalEffect
seems to be a bit broken in the context of our REPL. For example, here's a lazy effect:The effect here will not subscribe to
count
, even though it's explicitly accessed. Swapping that tocount.value.toString()
works, however.The text was updated successfully, but these errors were encountered: