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 4ae55d2 commit e483ee6Copy full SHA for e483ee6
examples/counter/components/Counter.js
@@ -1,4 +1,5 @@
1
-import React, { Component, PropTypes } from 'react';
+import React, { Component } from 'react';
2
+import PropTypes from 'prop-types';
3
import { isMonitorAction } from '../store/configureStore';
4
5
class Counter extends Component {
examples/counter/package.json
@@ -17,8 +17,9 @@
17
},
18
"homepage": "http://rackt.github.io/redux",
19
"dependencies": {
20
- "react": "^15.1.0",
21
- "react-dom": "^15.1.0",
+ "prop-types": "^15.5.8",
+ "react": "^15.5.4",
22
+ "react-dom": "^15.5.4",
23
"react-redux": "^4.4.5",
24
"redux": "^3.5.2",
25
"redux-devtools-extension": "^1.0.0",
0 commit comments