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
Could connect() check its wrapped component for static functions and add them to the returned component? For things like fetchData() and onEnter(). Seems like it would be pretty easy to go through the keys and check if typeof WrappedComponent[key] === 'function'.