Error on import / build, regression since 1.9.5
See original GitHub issueExpected behavior
import interactjs, no exceptions thrown
Actual behavior
exception is thrown
System configuration
interact.js version: 1.9.5-1.9.7 are broken, works in 1.9.4 Browser name and version: any Operating System: any
next-interactjs/pages/index.js
import interact from "interactjs";
const Home = () => <p>Test interact import</p>;
export default Home;
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
1.0.10 -> 1.1 regression: EnvCommandError: 'No module ...
I get the exact same error when building a docker image based on python:3.9.7-alpine3.14 . I ended up exporting to a requirements file...
Read more >How to fix "The import org.mockito cannot be resolved"?
In Project, Go to: Build Path --> Configuration Path,. In Java Build Path, Go to: Source. In both directories src/test/java and ...
Read more >553623 – Generics Compiler regression in 1.9.5 - Bugs - Eclipse
When compiling with AJC 1.9.5 we now see this error: [ERROR] Failed to execute goal com.nickwongdev:aspectj-maven-plugin:1.12.1:compile (default) on project ...
Read more >Bug listing with status RESOLVED with resolution FIXED as at ...
Bug :2 - "How do I attach an ebuild. ... Bug:77 - "GnuCash Will not run after merge" status:RESOLVED resolution:FIXED severity:major · Bug:78...
Read more >Regression Metrics for Machine Learning
In this tutorial, you will discover how to calculate error metrics for regression predictive modeling projects. After completing this ...
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
This seems to work without crashing
Adding
causes:
Causes:
Specifically due to removing the init method from the @interactjs/interactjs/index.ts file in the #800 tree shaking work https://github.com/taye/interact.js/blob/d9db69d6c8f21d6d49856420b42a0986d8d74989/%40interactjs/interactjs/index.ts
Thanks, I can confirm the fix works