react-wow icon indicating copy to clipboard operation
react-wow copied to clipboard

Please, upgrade to [email protected] - Error: Unable to find node on an unmounted component.

Open miguelangeltorresfp opened this issue 5 years ago • 10 comments

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)

. . .

miguelangeltorresfp avatar Oct 30 '20 12:10 miguelangeltorresfp

did you fixed that??? i have same issue

usback avatar Oct 30 '20 23:10 usback

@usback No, I didn't try it. I'm considering changing to Framer Motion. Although this library was simpler and worked very well.

miguelangeltorresfp avatar Oct 31 '20 00:10 miguelangeltorresfp

thank you your comment

usback avatar Oct 31 '20 01:10 usback

same problem

orchuban avatar Mar 13 '21 12:03 orchuban

same problem

i did make new lib instated of react-wow. react-wow use direct javascript so it make problem.

usback avatar Mar 15 '21 23:03 usback

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?

orchuban avatar Mar 17 '21 08:03 orchuban

@usback This package still publish wih version 1.0.0

orchuban avatar Mar 20 '21 11:03 orchuban

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>

qnrjs42 avatar Apr 17 '21 12:04 qnrjs42

@skyvow any updates on this?

nishargshah-openxcell avatar Dec 21 '21 05:12 nishargshah-openxcell

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

sagarromer avatar Jul 14 '22 07:07 sagarromer