-
Notifications
You must be signed in to change notification settings - Fork 252
Can't import library in HTML #263
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels