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
After upgrading my project to React 16.6.0 and migrating components to React.memo instead of Recompose.pure, connect is throwing an error when passed a memoized component:
Uncaught Error: You must pass a component to the function returned by connect. Instead received {"compare":null}