The latest version of `@react-three/fiber` prevents rendering [Modified the example sandbox to demonstrate](https://codesandbox.io/s/nervous-noether-b2hbtw?file=/index.jsx) Tried solving the issue locally. There seems to be 2 issues: - `sceneRef.current` isn't receiving a value - `runWorkflow` method gets called twice and errors in the [withLightScene method (line 91)](https://github.com/pmndrs/react-three-lightmap/blob/main/src/core/lightScene.ts#L91)
The latest version of
@react-three/fiberprevents renderingModified the example sandbox to demonstrate
Tried solving the issue locally. There seems to be 2 issues:
sceneRef.currentisn't receiving a valuerunWorkflowmethod gets called twice and errors in the withLightScene method (line 91)