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

Warning findDOMNode is deprecated in StrictMode in browser console when invoking a JMX operation #13

Closed
tadayosi opened this issue Jan 10, 2023 · 0 comments · Fixed by #118
Assignees
Labels
good first issue Good for newcomers kind/bug Something isn't working
Milestone

Comments

@tadayosi
Copy link
Member

Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of FindRefWrapper which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node

This should be fixed by upgrading to the latest PatternFly 4 and apply removeFindDomNode to ClipboardCopy component:
patternfly/patternfly-react#8368

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers kind/bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants