shadcn
shadcn
@vipin-mittal-acquia I'll review and we can merge it for the upcoming release `1.4.0`. Planned for next week.
@fnick851 did you figure this out?
@iamfredrik did you implement on-demand revalidation? We have a guide here: https://next-drupal.org/guides/on-demand-revalidation
Unfortunately no. Next.js on-demand ISR does not have support for wildcards. There are a few other ways you can handle dynamic content across pages. Can you tell us more what...
If you have menu links that are updated often, you can implement dynamic menus. I added an example here: https://github.com/shadcn/next-drupal-examples/tree/main/example-dynamic-menus The menu items will be fetched on the first page...
Ah. Nice catch. We'll fix this. Thank you.
@spiderneo Can you check if you have the required patches applied? See https://next-drupal.org/learn/quick-start/apply-patches
We use a monorepo for developing the packages. The contributing guide might be helpful: https://github.com/chapter-three/next-drupal/blob/main/CONTRIBUTING.md You could also use something like https://github.com/ds300/patch-package to make changes. If you see anything that...
I see. This makes sense. We're working on stable ISR. We'll consider adding this. Thank you.
You're right. This will be a shared cache. I'll fix this. Thank you. (IIRC there was a bug in next-auth preventing this from working properly. I'll see if I can...