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

DevTools imports #24163

Merged
merged 2 commits into from
Mar 25, 2022
Merged

DevTools imports #24163

merged 2 commits into from
Mar 25, 2022

Conversation

bvaughn
Copy link
Contributor

@bvaughn bvaughn commented Mar 25, 2022

Looks like some of the "react-dom/client" import cleanup got missed when the entry point was changed, so I fixed them in this PR to avoid having the DevTools console spammed with deprecation warnings.

@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels Mar 25, 2022
@@ -28,6 +28,7 @@ ignoreErrors([
'Warning: Legacy context API',
'Warning: Unsafe lifecycle methods',
'Warning: %s is deprecated in StrictMode.', // findDOMNode
'Warning: ReactDOM.render is no longer supported in React 18',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's okay to ignore this in the DevTools test harness. We intentionally use legacy render so that we can integration-test it. Once it's (eventually) removed, we'll remove it too in DevTools. (Or we'll add a legacy version of React to the test harness.)

@bvaughn bvaughn merged commit 033fe52 into facebook:main Mar 25, 2022
@bvaughn bvaughn deleted the react-devtools-imports branch March 25, 2022 16:02
rickhanlonii pushed a commit that referenced this pull request Apr 13, 2022
* Update DevTools imports: react-dom -> react-dom/client
* Silence ReactDOM.render warning in DevTools test shell
rickhanlonii pushed a commit that referenced this pull request Apr 14, 2022
* Update DevTools imports: react-dom -> react-dom/client
* Silence ReactDOM.render warning in DevTools test shell
rickhanlonii pushed a commit that referenced this pull request Apr 14, 2022
* Update DevTools imports: react-dom -> react-dom/client
* Silence ReactDOM.render warning in DevTools test shell
rickhanlonii pushed a commit that referenced this pull request Apr 14, 2022
* Update DevTools imports: react-dom -> react-dom/client
* Silence ReactDOM.render warning in DevTools test shell
rickhanlonii pushed a commit that referenced this pull request Apr 14, 2022
* Update DevTools imports: react-dom -> react-dom/client
* Silence ReactDOM.render warning in DevTools test shell
rickhanlonii pushed a commit that referenced this pull request Apr 14, 2022
* Update DevTools imports: react-dom -> react-dom/client
* Silence ReactDOM.render warning in DevTools test shell
zhengjitf pushed a commit to zhengjitf/react that referenced this pull request Apr 15, 2022
* Update DevTools imports: react-dom -> react-dom/client
* Silence ReactDOM.render warning in DevTools test shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants