We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471cb2c commit 4f3c2e2Copy full SHA for 4f3c2e2
src/components/connectAdvanced.js
@@ -76,9 +76,9 @@ export default function connectAdvanced(
76
)
77
78
const customStoreWarningMessage =
79
- 'To use a custom Redux store for specific components, create a custom React context with ' +
+ 'To use a custom Redux store for specific components, create a custom React context with ' +
80
"React.createContext(), and pass the context object to React Redux's Provider and specific components" +
81
- ' like: <Provider context={MyContext}><ConnectedComponent context={MyContext} /></Provider>. ' +
+ ' like: <Provider context={MyContext}><ConnectedComponent context={MyContext} /></Provider>. ' +
82
'You may also pass a {context : MyContext} option to connect'
83
84
invariant(
0 commit comments