expo / expo-2d-context

A pure-js implementation of the W3C's Canvas-2D Context API that can be run on either Expo Graphics or WebGL
111 stars 7 forks source link

Does not work as expected with three/fiber #49

Open yunusyuksel opened 11 months ago

yunusyuksel commented 11 months ago

The package does not work with three/fiber.

Threejs has autoClear as true which means it clears the view after each render.

If its rendered with useFrame of threejs, I get RangeError: Maximum call stack size exceeded.

image