Luiz Henrique Guerra
Luiz Henrique Guerra
This would be really nice. I'm currently killing a few baby pandas and typing it this way: ``` type MyNiceType = { loading: boolean posts?: Post[] fetchMore: (props: any) =>...
Turning of swc just fixed the build issue for me, but the crypto-hash function I need runs in runtime (with rsc), and when generating the static routes it crashes again...
I got this working by using crypto directly from node https://github.com/apollographql/apollo-client/issues/11551#issuecomment-1921676820
Dynamic pages aren't statically generated, but that doesn't mean they are not cached. They still have CDN caching at Vercel.
I think a mention in the docs would be nice, unfortunately the internationalization in app router brakes everything :/
same issue here, does anyone have a clue?
Will this ever be addressed?
How is this now? Is there a working example of js implementation? Also, the script in the readme is of a legacy google lib that has lost support already ![Captura...
+1 on the next limitation
As far as I know you can't use SWC and Babel at the same time with Next, so both this force option and the plugin feel weird