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
Once #1159 is complete, we should upgrade as a half-step to React 17. This should include both react and react-dom for development dependencies in the following packages:
./ (root)
packages/react
No changes needed for peerDependencies until React 18 (see #631)
Also see https://legacy.reactjs.org/blog/2020/08/10/react-v17-rc.html for a reference of changes that may be needed. Running the newly updated tests should be sufficient to see if any specific issues are caught as the result of the upgrade.
The text was updated successfully, but these errors were encountered:
I've performed a functional assessment of each component to determine their compatibility with React 17. This is by no means comprehensive, but is testing the expected behavior of each component and if there are any regressive behaviors with React 17:
Once #1159 is complete, we should upgrade as a half-step to React 17. This should include both
react
andreact-dom
for development dependencies in the following packages:./
(root)packages/react
No changes needed for
peerDependencies
until React 18 (see #631)Also see https://legacy.reactjs.org/blog/2020/08/10/react-v17-rc.html for a reference of changes that may be needed. Running the newly updated tests should be sufficient to see if any specific issues are caught as the result of the upgrade.
The text was updated successfully, but these errors were encountered: