-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next.js issue with latest version - ERR_MODULE_NOT_FOUND #257
Comments
May you try upgrading to npm i react-resize-detector@12.0.2-beta.0 |
Had the same issue and it is working again with |
I have encountered a similar problem. Will we have an official release soon to fix this issue? |
@chenbolan npm i react-resize-detector@12.0.2-beta.0 |
@snelsi |
I will push a release version, just need a confirmation it actually works |
⨯ [Error: Cannot find module '/repo/node_modules/lodash/debounce' imported from /repo/node_modules/react-resize-detector/build/utils.js
Did you mean to import "lodash/debounce.js"?] {
code: 'ERR_MODULE_NOT_FOUND',
url: 'file:///repo/node_modules/lodash/debounce',
page: '/'
} |
The text was updated successfully, but these errors were encountered: