Elius94 / react-photo-sphere-viewer

Photosphere Viewer for React.JS
MIT License
65 stars 21 forks source link

docs: Add important note for Next.js with App Router #35

Closed mkubdev closed 11 months ago

mkubdev commented 11 months ago

As <ReactPhotoSphereViewer /> use useRef() internally, the component embedding the viewer need the mention of "use client" in order to work properlly for Next.js applications using App Router.