interact.js: Uncaught TypeError: Super expression must either be null or a function in PRODUCTION
Expected behavior
It fails in production, successful build but white page with console err
Uncaught TypeError: Super expression must either be null or a function
Actual behavior
It should have worked.
System configuration
interact.js version: 1.9.13 Browser name and version: Chrome 81 Operating System: Linux Mint
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 4
- Comments: 18 (4 by maintainers)
For those who are using React: bumping react-scripts to
^3.4.1and babel-loader to^8.1.0did the trick.same on 1.9.20