Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor related-table tests to use create root #105

Closed
diehbria opened this issue May 17, 2022 · 2 comments
Closed

Refactor related-table tests to use create root #105

diehbria opened this issue May 17, 2022 · 2 comments

Comments

@diehbria
Copy link
Contributor

Is your feature request related to a problem? Please describe.
ReactDOM.render is no longer supported in react 18, but is utilized in the related table tests.

This causes the following warning

 Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot

Describe the solution you'd like
Follow guide https://reactjs.org/link/switch-to-createroot

@diehbria diehbria added enhancement New feature or request and removed enhancement New feature or request labels May 17, 2022
@square-li
Copy link
Contributor

fixed by #151

@sheilaXu
Copy link
Contributor

This fix is reverted in #150 because it's incompatible with react v17 and we want to continue with v17 for the reason mentioned in the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants