Skip to content

Commit

Permalink
another weird semi colon in docs (#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amoodaa authored and timdorr committed Dec 11, 2019
1 parent db35c54 commit 66b69ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using-react-redux/accessing-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const ConnectedComponent = connect(
)(MyComponent)

// Later, pass the custom context as a prop to the connected component
;<ConnectedComponent context={MyContext} />
<ConnectedComponent context={MyContext} />
```

The following runtime error occurs when React Redux does not find a store in the context it is looking. For example:
Expand Down

0 comments on commit 66b69ec

Please sign in to comment.