next-static-utils icon indicating copy to clipboard operation
next-static-utils copied to clipboard

Does this work for modals?

Open KoenLemmen opened this issue 1 year ago • 2 comments

This looks super awesome for static websites! Thanks for making this.

I'm looking if this solution is also suitable for this problem: https://github.com/vercel/next.js/issues/63951 Since its issue is closely related to the issues within this scope.

KoenLemmen avatar Jun 25 '24 23:06 KoenLemmen

Hi @KoenLemmen thanks for checking this out. I haven't messed around too much with parallel / intercepting routes.

I'll give it a whirl with the repro repo you've provided and see. It seems like the same error for dynamic pages (which works with next-static-utils), so I'm optimistic it could work!

zdenham avatar Jun 26 '24 06:06 zdenham

I tried messing around with it myself, but I think the issue is more related to parallel / intercepting routes than generateStaticParams().

I tested it like this: https://github.com/KoenLemmen/nextgramminimal/tree/static-utils I might be doing it wrong of course. But I still get the same error.

KoenLemmen avatar Jun 26 '24 15:06 KoenLemmen