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
I can confirm that @JuerGenie's patch above fixed some gnarly bugs I was hitting involving the @signal decorator sharing cached values in very mysterious ways. Thank you!
It would be great to get the fix landed -- @JuerGenie any chance you might send your patch as a PR? :)
I can confirm that @JuerGenie's patch above fixed some gnarly bugs I was hitting involving the @signal decorator sharing cached values in very mysterious ways. Thank you!
It would be great to get the fix landed -- @JuerGenie any chance you might send your patch as a PR? :)
Sure, I'll open a PR later today :D
JuerGenie
added a commit
to JuerGenie/signal-utils
that referenced
this issue
Dec 23, 2024
As shown in the screenshots, the
computed
function is only called when the first instance is created and updated, but not for other instances:⬆️ All
content
looks the same (they are the first instance'scontent
).The issue is caused by the following code:
This is my solution:
It's work for me.
The text was updated successfully, but these errors were encountered: