Karl Kenneth Alibuas

Results 4 comments of 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) -...

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, } ); ```