Closed
Description
Wrong name for the component that was packaged with Connect in React - Developer-Tools
I think that's the problem
// If we're in "pure" mode, ensure our wrapper component only re-renders when incoming props have changed.
const Connect = pure ? React.memo(ConnectFunction) : ConnectFunction
Connect.WrappedComponent = WrappedComponent
Connect.displayName = displayName
Displayname should be a property in the connectFunction
Like this
ConnectFunction.displayName=displayName
Metadata
Metadata
Assignees
Labels
No labels