Skip to content

Commit

Permalink
fix(suspense): fix suspense mode in React v16.8+ (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Feb 25, 2019
1 parent 57d5f6b commit d04e1c9
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 276 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"react/no-unused-state": "off",
"react/destructuring-assignment": "off",
"react/prop-types": "off",
"react/sort-comp": "off",
"import/prefer-default-export": "off"
}
}
12 changes: 6 additions & 6 deletions examples/suspense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"devDependencies": {
"babel-loader": "^8.0.4",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.0"
},
"dependencies": {
"moment": "^2.22.2",
"react": "^16.6.0",
"react-dom": "^16.6.0"
"moment": "^2.24.0",
"react": "^16.8.3",
"react-dom": "^16.8.3"
}
}
Loading

0 comments on commit d04e1c9

Please sign in to comment.