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
This doesn't generate a resubscription upon the reassignment to foo. I believe this is a bug. I'm not sure what distinguishes the situation here from the one in #2014 (implemented in #2099), which has a passing unit test.
Adjacent issue: #2181. In addition to emitting appropriate resubscription code, perhaps in cases where foo is initialized to something we can tell is not a store, we could skip the (re)subscription call. I haven't thought this part all the way through.
The text was updated successfully, but these errors were encountered:
This doesn't generate a resubscription upon the reassignment to
foo
. I believe this is a bug. I'm not sure what distinguishes the situation here from the one in #2014 (implemented in #2099), which has a passing unit test.Adjacent issue: #2181. In addition to emitting appropriate resubscription code, perhaps in cases where
foo
is initialized to something we can tell is not a store, we could skip the (re)subscription call. I haven't thought this part all the way through.The text was updated successfully, but these errors were encountered: