New release breaks module
See original GitHub issue- I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
My app to compile.
Current Behavior
Shows “Failed to compile” error screen.
./node_modules/react-swipeable-views/lib/SwipeableViews.js
Module not found: Can't resolve 'dom-helpers/events/off' in '/Users/phoqe/WebstormProjects/react-material-ui-firebase/node_modules/react-swipeable-views/lib'
Steps to Reproduce (for bugs)
Install the latest version and try to compile.
Context
Running yarn start.
Your Environment
| Tech | Version |
|---|---|
| react-swipeable-views | 0.13.4 |
| React | 16.12.0 |
| platform | macOS Catalina 10.15.2 |
| etc | Safari Version 13.0.4 (15608.4.9.1.3) |
Issue Analytics
- State:
- Created 4 years ago
- Reactions:19
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Module release and versioning workflow
With each new version, you signal the changes to your module with its version ... When it can't be avoided, publish breaking changes...
Read more >Release 18+ Upgrade Guide Breaks Existing Deployments
This is a cluster/TF deployment created using the <18.0 module version. We are wanting/trying to upgrade this enviroment to the latest ...
Read more >Azure PowerShell versioning, release cadence, and breaking ...
This article contains Azure PowerShell versioning, release cadence, and breaking change information for the Az PowerShell module.
Read more >Module Release Schedule - Johns Hopkins Engineering Online
Online instructors can choose to release course modules on Monday, Tuesday, or Wednesday. During the fall and spring terms, all online instructors are...
Read more >Will we ever reach a point where updates do not break ...
Modules breaking is not foundry's fault. Usually it's because the new version has a new or better way of doing things.
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 Free
Top 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

temporary solution: npm install dom-helpers@3.2.1 or yarn add dom-helpers@3.2.1
I am facing the same issue on windows .