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 28c0bc5 commit 9a5cbf3Copy full SHA for 9a5cbf3
package.json
@@ -27,5 +27,9 @@
27
"react": "^0.12.2",
28
"reactify": "^1.0.0",
29
"vinyl-source-stream": "^1.0.0"
30
+ },
31
+ "dependencies": {
32
+ "react": "^0.14.2",
33
+ "react-addons-perf": "^0.14.2"
34
}
35
perf.js
@@ -1,5 +1,5 @@
1
-var React = require('react/addons')
2
- , Perf = require('react/addons').addons.Perf
+var React = require('react')
+ , Perf = require('react-addons-perf')
3
;
4
module.exports = {
5
getInitialState: function(){
0 commit comments