Skip to content

NextJS 15 + React 19 Compatability #67

Open
@JamesDerrickHH

Description

@JamesDerrickHH

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 withnext/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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions