Skip to content

Commit

Permalink
Update troubleshooting.md (reduxjs#962)
Browse files Browse the repository at this point in the history
Fix grammatical error via capitalizing the beginning of a sentence.
  • Loading branch information
josephlin55555 authored and timdorr committed Jun 21, 2018
1 parent ae6b2b3 commit bcc4702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Make sure to check out [Troubleshooting Redux](http://redux.js.org/docs/Troubleshooting.html) first.

### I'm getting the following alert: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
This warning is shown when using react 15.5.*. basically, now it's just a warning, but in react16 the application might break. the PropTypes should now be imported from 'prop-types' package, and not from the react package.
This warning is shown when using react 15.5.*. Basically, now it's just a warning, but in react16 the application might break. the PropTypes should now be imported from 'prop-types' package, and not from the react package.

Update to the latest version of react-redux.

Expand Down

0 comments on commit bcc4702

Please sign in to comment.