You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,9 @@ In a `.html` file, include the javascript libraries
44
44
_(provided with this library for compatibility reasons)_ within your `.html` file,
45
45
and also add an element with an `id` to mount your React component.
46
46
47
-
This library is in the process of migrating to React 18, but while this is happening it will continue to support both React 17 and React 18. The React 17 js files are deprecated but available to ease migration and will be removed at some point in a future major version.
47
+
This package now supports both React 17 and React 18. To opt into React 18, replace usages of this package's JS files with their new, React 18 versions (see table below).
48
+
49
+
The React 17 JS files are now deprecated, and will be removed in the next major version of this package, 8.0.0.
0 commit comments