-
Notifications
You must be signed in to change notification settings - Fork 403
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
the 6.4.3
have an issue of Cannot find module 'lodash/isEqualWith'
#598
Comments
6.4.3
have an issue of 'Cannot find module 'lodash/isEqualWith' 6.4.3
have an issue of Cannot find module 'lodash/isEqualWith'
I encountered this as well. Inspecting my node_modules/@testing-library/jest-dom/dist/node-modules, there is no lodash in here, only dom-accessibility-api (missing also other packages) from node_modules/@testing-library/jest-dom/dist/index.ts: require('redent'); |
Looking at commits: |
Please fix 😭 |
Guys come on... :D |
Hit by this too. Do you need any help guys? |
Hit by this just now as well. |
Just encountered this one too, I've created a PR. Thanks everyone for the report :) |
Any ETA? |
any temporary fix? |
Currently stuck because of this issue |
There's no need for this to block anyone or to rush the maintainers to release a fix, just downgrade to the last working version. Google for something like 'npm install specific version'. I am on my phone so this might not be 100% copy/pastable but try something like |
🎉 This fix is included in version 6.4.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Note: Locked jest-dom version because of testing-library/jest-dom#598
|
@testing-library/jest-dom
version: 6.4.3node
version: 20.9.0jest
(orvitest
) version:[email protected]
npm
(oryarn
) version: 9.2.0Relevant code or config:
we have tests run correctly in 6.4.2 , but failed in 6.4.3
What you did:
npm run test
What happened:
you can check the test ci here: https://github.com/lobehub/lobe-chat/actions/runs/8935588080/job/24544431213
Reproduction:
https://github.com/lobehub/lobe-chat/tree/reproduction/jest-dom-6.4.3
Problem description:
it shows the
lodash/isEqualWith
can not be foundSuggested solution:
I think the issue caused by the change of this: v6.4.2...v6.4.3#diff-26a76dbc98134c4a252853d189242826b97531753657672282afdd05d608dfac
it should be the
import isEqualWith from 'lodash/isEqualWith.js'
The text was updated successfully, but these errors were encountered: