Yuval Ron

Results 6 comments of Yuval Ron

@BrunnerLivio We've encountered a similar issue with esbuild. Are there any updates on it?

This can be very useful for testing and mocking modules. +1 waiting for it.

Too bad that this issue is closed without a solution. The hassle of a workaround in my case would opt me out to search for alternatives or write my own...

Possibly react-ngl doesn't support later versions of React (16+)?

@gky360 Thanks for your response. I've attempted to add the following dependencies: `yarn add -D canvas jest-canvas-mock jest-webgl-canvas-mock` In my `jest.config.js` I've added: ``` setupFiles: [ "jest-canvas-mock", "jest-webgl-canvas-mock", ], ```...

I've added all canvas and gl dependencies and configurations so far to the create-react-app. The test still fails with the same error. In the threejs test they don't use JSX,...