Skip to content

Commit 65eb728

Browse files
committed
Fix react-dom version for demo
1 parent c6b7d59 commit 65eb728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/parent-child-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"prop-types": "^15.7.2",
1515
"react": "^16.9.0",
16-
"react-dom": "16.9.0",
16+
"react-dom": "^16.9.0",
1717
"react-hot-loader": "^4.12.11",
1818
"react-lifecycle-visualizer": "^2.2.5"
1919
}

0 commit comments

Comments
 (0)