Closed dmaskasky closed 4 months ago
Toggling a0 does not update dependencies of D0 inside Scope S1. Present on jotai@2.9.0, not present on jotai@2.8.4.
a0
D0
S1
a, b, c, D(a ? b : c) S1[]: a0, b0, c0, D0(a0 ? b0 : c0)
https://codesandbox.io/p/sandbox/atom-with-observable-infinite-mount-bug-fix-forked-253y84
Toggling
a0
does not update dependencies ofD0
inside ScopeS1
. Present on jotai@2.9.0, not present on jotai@2.8.4.https://codesandbox.io/p/sandbox/atom-with-observable-infinite-mount-bug-fix-forked-253y84