Skip to content

Commit 3e2676a

Browse files
committed
Merge pull request #1 from Philipp91/patch-1 feat: base -> from unmerged pull 266 -> patch -> merge
2 parents a5e57b1 + 15c0e0f commit 3e2676a

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

from

Whitespace-only changes.

merge

Whitespace-only changes.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@
7777
"peerDependencies": {
7878
"material-ui": "^0.19.0 || ^0.20.0 || 1",
7979
"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",
80+
"redux-form": "^6.0.0 || ^7.0.0",
81+
"@material-ui/core": "^1.0.0 || ^3.0.0"
8282
},
8383
"files": [
8484
"README.md",
8585
"lib",
8686
"es",
87-
"dist"
87+
"dist",
8888
"index.d.ts"
8989
],
9090
"nyc": {

patch

Whitespace-only changes.

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const isStateLess = Component => !Component.prototype.render
1+
export const isStateLess = Component => !Component.prototype || !Component.prototype.render

0 commit comments

Comments
 (0)