Could not find module in path: 'dom-helpers/transition/properties'
See original GitHub issue- I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
Clean installation of react-swipeable-views can be used with the example from the README.
Current Behavior
ModuleNotFoundError
Could not find module in path: 'dom-helpers/transition/properties' relative to '/node_modules/react-swipeable-views/lib/SwipeableViews.js'
Seems to have been introduced by https://github.com/oliviertassinari/react-swipeable-views/pull/556
Steps to Reproduce (for bugs)
https://codesandbox.io/s/dreamy-euler-xifo5
Context
We had to lock our version of react-swipeable-views to a previous version to fix our build.
Your Environment
| Tech | Version |
|---|---|
| react-swipeable-views | 0.13.4 |
| React | 16.12.0 |
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:11 (4 by maintainers)
Top Results From Across the Web
javascript - Cannot find module 'path' - Stack Overflow
I'm attempting to learn Typescript and thought I should also make my webpack config in .ts .
Read more >Could not find module for target 'x86_64-apple-ios-simulator'
I have build a custom framework and everything was working fine until the update of XCode 11. The new XCode 11 released and...
Read more >Find-Module (PowerShellGet) - PowerShell | Microsoft Learn
The Find-Module cmdlet finds modules in a repository that match the specified criteria. Find-Module returns a PSRepositoryItemInfo object for each module it ...
Read more >ansible.builtin.find module – Return a list of files based on ...
Multiple patterns can be specified using a list. The pattern is matched against the file base name, excluding the directory. When using regexen,...
Read more >Fixing The "Cannot Find Module" Error In TypeScript
In this article, I explain how to fix "cannot find module" in TypeScript. Install the package. Re-install the dependencies.
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

This issue still persist on
0.13.6. Anyone else?@yanickrochon Hopefully it will work for your project in the next release 😃.