-
Notifications
You must be signed in to change notification settings - Fork 471
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
[Bug]: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition3 which is inside StrictMode. #816
Comments
Are there any potential solutions within the tremor community for this - or can we use different props besides the loading prop? |
Hey there, there has not been a fix published. We try to fix this in one of the next releases! |
I got the same issue when adding an icon to the tremor button. |
🎉 This issue has been resolved in version 3.13.2-beta-button-transition.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi @rasyidcode, @kekoawong, @Miodec. Can you test if the loading prop works for you in our latest beta release, thanks!
|
🎉 This issue has been resolved in version 3.13.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Tremor Version
3.11.1
Link to minimal reproduction
NA
Steps to reproduce
main.tsx
What is expected?
No warning.
What is actually happening?
The following warning appears in the console after the loading transition is finished.
What browsers are you seeing the problem on?
Chrome
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: