Karl Kenneth Alibuas
Karl Kenneth Alibuas
- Product: Prototype on Ecommerce using (admin (refine ), ecom (next.js) , strapi (BE) , stripe (payment) ) - Company or Organization: Worshipsong Band - Link: (not yet deployed) -...
Same issue though mine I'm calling it inside a modal.
Similar problem on Next.js follow this ``` import dynamic from "next/dynamic"; const DynamicComponent = dynamic( () => import("react-media-recorder").then((mod) => mod.ReactMediaRecorder), { ssr: false, } ); ```
Same thing