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
Currently when I use Reflux.connect several times for a single React component with different stores I get a warning:
Component using Reflux.connect already had property 'hasListener'. Either you had your own property with that name which was now overridden, or you combined connect with ListenerMixin which is unnecessary as connect will include the ListenerMixin methods automatically.
I think this is valid use case and so warnings are unnecessary.
The text was updated successfully, but these errors were encountered:
Currently when I use Reflux.connect several times for a single React component with different stores I get a warning:
I think this is valid use case and so warnings are unnecessary.
The text was updated successfully, but these errors were encountered: