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
Good catch! This is definitely something I want to support, but an initial pass seems to indicate it may not be super straightforward because of the way React handles non-hook methods provided by multiple mixins (that is: it doesn't). I'll give this a closer look soon.
I would like to be able to do something like:
Unfortunately StoreWatchMixin only allows itself to be mixed in once per component. I would have to do something like:
and not register the
StoreWatchMixin
inTimeMixin
which seems less than ideal.The text was updated successfully, but these errors were encountered: