Skip to content

Commit 9868738

Browse files
edkimmelnecolas
authored andcommitted
[change] React 18 support
* Support React 18 concurrency and constraints. * Add new render / hydrate functions. * Remove uses of findNodeHandle. * Expose ability to unmount an application once ran. Fix #1529 Close #2330
1 parent 3a024ee commit 9868738

File tree

35 files changed

+13721
-9935
lines changed

35 files changed

+13721
-9935
lines changed

configs/.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"settings": {
33
"react": {
44
"pragma": "React",
5-
"version": "17.0",
5+
"version": "18.0",
66
"flowVersion": "0.148.0" // Flow version
77
}
88
},

0 commit comments

Comments
 (0)