Description
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ıç