-
Notifications
You must be signed in to change notification settings - Fork 39
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
findDOMNode deprecation warning with newest react 18 version #2199
Comments
@Xellon Thanks for reporting this issue. This is something we're aware of, and we're actually planning to remove the dependency on |
Any news on this issue? |
There isn't much news, except that it is still planned. Now that React 19 has been released, we have prioritized this and other tasks related to supporting React 19. |
Hi all, with React19 being out already, we are blocked on upgrading due to reliance on |
@Antanas-Bentley We are actively working on it; I think we are going to drop the dependency on |
@mayank99 Hey, thanks for the quick reply. For me the situation is a bit lighter as I'm developing a dashboard with CRUD. There are not many deps at all besides the design system and tanstack-query (they do support 19). I thought I'd seize the opportunity to try out react19 without much effort due to the codebase being minimal. This is not a pressing issue for me now just wanted to reach out with the error I saw, thanks! |
Describe the bug (current behavior)
With newest React 18 version when certain iTwinUi-react components are used and app is in strict mode, an error is logged into the console: findDOMNode is deprecated in StrictMode.
The error is coming from 'react-transition-group' package that is used in WithCSSTransition component. As I understand according to issue reactjs/react-transition-group#904 this can be fixed on iTwinUI side.
Expected Behavior
No response
Link to minimal repro
No response
Steps To Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: