We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db35c54 commit 66b69ecCopy full SHA for 66b69ec
docs/using-react-redux/accessing-store.md
@@ -56,7 +56,7 @@ const ConnectedComponent = connect(
56
)(MyComponent)
57
58
// Later, pass the custom context as a prop to the connected component
59
-;<ConnectedComponent context={MyContext} />
+<ConnectedComponent context={MyContext} />
60
```
61
62
The following runtime error occurs when React Redux does not find a store in the context it is looking. For example:
0 commit comments