Please, upgrade to [email protected] - Error: Unable to find node on an unmounted component.
Hi, I hope you're doing well. Thank you very much for your animation library for react.
I only want you to notice that after upgrading to the latest version of react I get this stack errors:
Unhandled Runtime Error
Error: Unable to find node on an unmounted component.
Call Stack
findHostInstanceWithWarning
node_modules\react-wow\node_modules\react-dom\cjs\react-dom.development.js (24281:0)
Object.findDOMNode
/_next/static/webpack/pages/_app.407484e2921eb580515a.hot-update.js (25357:12)
checkVisible
node_modules\react-wow\dist\index.js (148:0)
ReactWOW.componentDidMount
/_next/static/webpack/pages/_app.407484e2921eb580515a.hot-update.js (282:13)
. . .
did you fixed that??? i have same issue
@usback No, I didn't try it. I'm considering changing to Framer Motion. Although this library was simpler and worked very well.
thank you your comment
same problem
same problem
i did make new lib instated of react-wow. react-wow use direct javascript so it make problem.
same problem
i did make new lib instated of react-wow. react-wow use direct javascript so it make problem.
Where can i find it?
@usback This package still publish wih version 1.0.0
just you have to download wow.min.js and put in index.html
<body>
<div id="root"></div>
<script src="./dist/app.js"></script>
<script src="/assets/js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
@skyvow any updates on this?
just you have to download wow.min.js and put in index.html
<body> <div id="root"></div> <script src="./dist/app.js"></script> <script src="/assets/js/wow.min.js"></script> <script> new WOW().init(); </script> </body>
is this working