Uncaught TypeError: Super expression must either be null or a function in PRODUCTION
See original GitHub issueExpected 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
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:18 (4 by maintainers)
Top Results From Across the Web
Uncaught TypeError: Super expression must either be null ...
Class Names. Firstly, if you're certain that you're extending from the correctly named class, e.g. React.Component, not React.component or ...
Read more >React Errors : Super expression must either be null or a ...
Firstly, if you're certain that you're extending from the correctly named class, e.g. React.Component, not React.component or React.
Read more >React Errors : Super expression must either be null or a ...
Have you come across this error when working with React? Uncaught TypeError: Super expression must either be null or a function, not undefined....
Read more >Uncaught TypeError: Super expression must either be null ...
After making production build i am getting this error in console and application is not getting loaded. My Environment: OS: Linux/Ubuntu ...
Read more >Uncaught TypeError: Super expression must either be null ...
I'm getting this error when using the foundation-explicit-pieces.js and customize it to my needs. But ONLY when i use foundation build.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For those who are using React: bumping react-scripts to
^3.4.1
and babel-loader to^8.1.0
did the trick.same on 1.9.20