Skip to content

Commit 189e27c

Browse files
DanZeusstimdorr
authored andcommitted
Added a new troubleshoot (reduxjs#691)
Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
1 parent 73e5d2c commit 189e27c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/troubleshooting.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Make sure to check out [Troubleshooting Redux](http://redux.js.org/docs/Troubleshooting.html) first.
44

5+
### I'm getting the following alert: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
6+
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.
7+
8+
Update to the latest version of react-redux.
9+
510
### My views aren’t updating!
611

712
See the link above.

0 commit comments

Comments
 (0)