pmndrs / xr

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

Window is not defined error when using `@react-three/xr` with Next.js #331

Closed rajput-hemant closed 4 weeks ago

rajput-hemant commented 1 month ago

I am working on a project using Next.js and have integrated @react-three/xr to create an immersive XR experience. However, I keep encountering a window is not defined error, which I suspect is related to the createXRStore function.

Additionally, the XR experience does not get triggered on my mobile device when using Next.js.

Could an example or guidance on how to properly use @react-three/xr in a Next.js environment be provided? Any help or advice would be greatly appreciated.

Thanks!

bbohlender commented 1 month ago

thanks, will fix asap