Sergey Pahuta

Results 8 comments of Sergey Pahuta

Guys, let's merge this PR. I need it in production 🙂.

Should be fixed in [29.1.0](https://github.com/facebook/jest/blob/main/CHANGELOG.md#2910). PR https://github.com/facebook/jest/pull/13145

@NoNameProvided , @NickKelly1 , did you decide to do not merge it?

Checked on v.2.15.0, bug is not reproduced. Updated demo: https://jsfiddle.net/q4d50L9h/ @mapbox/gl-js , please consider to close the issue.

Hey @js-d-coder , I faced with similar issue during upgrading to Node 18 and using `"target": "es2022"` instead of `es2021` in tsconfig. Switching back to `es2021` helped me 🤷‍♂️

Hot fix, just add it to the "package.json": ``` "browser": { "fs": false, "path": false, "os": false } ```

@RockGuitarist1 , look here https://github.com/seikichi/tiff.js/issues/27#issuecomment-392778524 Try this: ``` "browser": { "tiff": false } ```

@RockGuitarist1 if you use webpack watch you should stop it and rerun build. If it doesn't help you, sorry, I don't know how to help you.