Open
Description
Hi, could you make a version that works with nextjs 15 and react 19?
The application I built used your example as it's base and it was so useful as my nextjs knowledge is not wonderful.
However, I've tasked myself with getting it upgraded to the latest version of nextjs but so far that causes a few errors that I've been unable to work around.
The first being...
Error: ×
ssr: falseis not allowed with
next/dynamic in Server Components. Please move it into a client component.
Which seems related to the static param generation in .../app/[...all]/page.tsx
And the second being this error
[Error: Invariant failed: Browser history needs a DOM]
which I don't understand at all
Any help or advice would be greatly appreciated
Metadata
Metadata
Assignees
Labels
No labels