joshwcomeau / react-flip-move

Effortless animation between DOM changes (eg. list reordering) using the FLIP technique.
http://joshwcomeau.github.io/react-flip-move/examples
MIT License
4.09k stars 258 forks source link

Can't import library in HTML #263

Open vk496 opened 3 years ago

vk496 commented 3 years ago

Hello,

I'm trying to use this library, but when I import this block of code in my page:

<script src="https://cdn.jsdelivr.net/npm/react-flip-move@3.0.4/dist/react-flip-move.js"
        crossorigin="anonymous"></script>

I'm getting this error in the console:

 Uncaught TypeError: right-hand side of 'in' should be an object, got undefined                                        react-flip-move.js:7:22
    <anonymous> https://cdn.jsdelivr.net/npm/react-flip-move@3.0.4/dist/react-flip-move.js:7
    <anonymous> https://cdn.jsdelivr.net/npm/react-flip-move@3.0.4/dist/react-flip-move.js:4
    <anonymous> https://cdn.jsdelivr.net/npm/react-flip-move@3.0.4/dist/react-flip-move.js:5
    <anonymous> https://cdn.jsdelivr.net/npm/react-flip-move@3.0.4/dist/react-flip-move.js:7
    <anonymous> https://cdn.jsdelivr.net/npm/react-flip-move@3.0.4/dist/react-flip-move.js:4
    <anonymous> https://cdn.jsdelivr.net/npm/react-flip-move@3.0.4/dist/react-flip-move.js:5

Br