notrabs

Results 3 issues of notrabs

Fixes #3253 - Added a missing dependency on the `inject` function, which caused the effect to update a portal's store with stale data from the initial render - The store...

Hi there, when using `createPortal(children, scene, { camera })` with a custom state override (e.g. for the camera), the state gets reverted back to its initial value, when the parent-store...

bug

Library doesn't work for newer versions of threejs, because the renderTarget paramter [was removed in v102](https://github.com/mrdoob/three.js/wiki/Migration-Guide#r101--r102). - Replaced the render paramter with two setRenderTarget calls to mimic the old behavior...