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

Deprecation Warning: findDOMNode is Deprecated #359

Open
AbdullahDalgic opened this issue Aug 1, 2024 · 0 comments
Open

Deprecation Warning: findDOMNode is Deprecated #359

AbdullahDalgic opened this issue Aug 1, 2024 · 0 comments

Comments

@AbdullahDalgic
Copy link

Hello,

I hope this message finds you well. I am currently using the rc-queue-anim package in my project and have encountered a deprecation warning related to the findDOMNode function. Here are the details of the warning:

Warning: findDOMNode is deprecated and will be removed in the next major release. 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

It appears that some parts of the rc-queue-anim package are still using the findDOMNode function, which is now deprecated in React. As you might be aware, using deprecated functions can lead to issues in future updates of React and may affect the stability and compatibility of the package.

Could you please update the package to replace findDOMNode with the modern ref API as recommended by the React documentation? This would greatly help in maintaining compatibility with future React releases and improve the overall stability of the projects that rely on rc-queue-anim.

Thank you for your attention to this matter. Your efforts in maintaining and improving this package are greatly appreciated.

Best regards,
Abdulah Dalgıç

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

1 participant