Alexander Chashchin
Alexander Chashchin
Same error on WIndows 10.
Took me a good amount of time to find out why class name from `css` isnt working with `classList.add`. I find this behaviour confusing.
I think it's maybe because I had misconfigured ssh-agent, which randomly popups asking key passphrase, when opening new terminal, but I am not sure. UPD: Had to configure ssh-agent properly,...
Can anyone try 4.1? Should be fixed.
Have the same problem. Using `jest-expo` and typescript test file with explicit jest import. [Suggested solution](https://github.com/testing-library/jest-native/issues/72#issuecomment-1049875456) doesn't work.
New issue: https://github.com/testing-library/jest-native/issues/136
This is a cool feature to support, especially for [interactive segmentation](https://lama-cleaner-docs.vercel.app/features/Interactive_segmentation) case.
I'm experiencing this error with Remix 1.12.0 and React 18.2.0 too in `dev` mode. Solution (kinda of) is to run tests on a build version served with `remix-serve build`.
My temporary and dangerous solution is to create symlink: ```shell sudo ln -s /home/alex/.nvm/versions/node/v16.17.1/bin/node /usr/bin/node ```
Thanks a lot, @pbondoer. This issue should be pinned.