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.
2 parents a5e57b1 + 15c0e0f commit 3e2676aCopy full SHA for 3e2676a
from
merge
package.json
@@ -77,14 +77,14 @@
77
"peerDependencies": {
78
"material-ui": "^0.19.0 || ^0.20.0 || 1",
79
"react": "^15.0.0 || ^16.0.0 ",
80
- "redux-form": "^6.0.0 || ^7.0.0"
81
- "@material-ui/core": "^1.0.0 || ^3.0.0",
+ "redux-form": "^6.0.0 || ^7.0.0",
+ "@material-ui/core": "^1.0.0 || ^3.0.0"
82
},
83
"files": [
84
"README.md",
85
"lib",
86
"es",
87
- "dist"
+ "dist",
88
"index.d.ts"
89
],
90
"nyc": {
patch
src/utils.js
@@ -1 +1 @@
1
-export const isStateLess = Component => !Component.prototype.render
+export const isStateLess = Component => !Component.prototype || !Component.prototype.render
0 commit comments