webstrand
Stale read in <List><Show><List>
or maybe
<Show>
's condition
and conditionValue
get updated, then, since the child of the inner <List>
is listening to the same signal that caused condition
to update, it gets to update, too. When it reads from the stale accessor, it sees the updated value of condition
and an exception gets thrown17 replies
Stale read in <List><Show><List>
This appears to be caused by the ordering of memo updates and destruction.
createMemo
s listeners are not deferred and run immediately, even if those listeners are owned by another createMemo
that will destroy them just as soon as it gets time to run17 replies
How to onCleanup an async resource from createResource?
https://playground.solidjs.com/anonymous/3cdd6c45-18b2-432f-9663-2f6e1661562b is the playground I'm working on
70 replies
How to onCleanup an async resource from createResource?
https://playground.solidjs.com/anonymous/1a217951-b559-48ef-b603-8ed454c5b027 yeah, I think this is probably a bug
70 replies