Samadhi Gunasinghe
Samadhi Gunasinghe
I recreated the issue [here](https://stackblitz.com/edit/stackblitz-starters-gqbuxfwj) So, What I'm trying to do here is to render based on the selected template. But as soon as I change the template I get...
> I have nextJS 15 and react 19. Did you try : > > ``` > import dynamic from "next/dynamic"; > > > const PDFViewer = dynamic( > () =>...
Thank you @SebastienBrun! I was able to use your method to fix my issue. I can confirm this works on **static export** which I deployed to **Cloudflare Pages**. Here's the...
Thank you @SebastienBrun !! 🖤🖤
> I think it's a bug. Thanks for raising yes. I tried to make a config for `commonMarginConfigs` with zero values for margin. It didn't work as well.