Closed mkubdev closed 1 year 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.
<ReactPhotoSphereViewer />
useRef()
"use client"
As
<ReactPhotoSphereViewer />
useuseRef()
internally, the component embedding the viewer need the mention of"use client"
in order to work properlly for Next.js applications using App Router.