pmndrs / xr

🤳 VR/AR for react-three-fiber
https://pmndrs.github.io/xr/docs/
Other
2.2k stars 157 forks source link

Wheel scrolling not working when using forwardObjectEvents #324

Closed Ledzz closed 3 months ago

Ledzz commented 3 months ago

When using forwardObjectEvents, the scrolling doesn't not work correctly. Please look at the attached repro: https://stackblitz.com/edit/vitejs-vite-cbtx2a?file=src%2FPortal.tsx

If you try to scroll the content inside box, it disappears, and in console you can see that the scroll position is set to NaN.