Completely updated React, fixed #11, (hopefully)
This commit is contained in:
2
goTorrentWebUI/node_modules/react-redux/src/components/connectAdvanced.js
generated
vendored
2
goTorrentWebUI/node_modules/react-redux/src/components/connectAdvanced.js
generated
vendored
@@ -90,7 +90,7 @@ export default function connectAdvanced(
|
||||
invariant(
|
||||
typeof WrappedComponent == 'function',
|
||||
`You must pass a component to the function returned by ` +
|
||||
`connect. Instead received ${JSON.stringify(WrappedComponent)}`
|
||||
`${methodName}. Instead received ${JSON.stringify(WrappedComponent)}`
|
||||
)
|
||||
|
||||
const wrappedComponentName = WrappedComponent.displayName
|
||||
|
Reference in New Issue
Block a user