G.A. Florez

Results 1 comments of G.A. Florez

You want to render your component holding the widget like so: ``` const DynamicHomeWithNoSSR = dynamic(() => import('./MyWidget'), { ssr: false }); const MyWidget = DynamicHomeWithNoSSR; ```