Next.JS with Deno 2.0 has "hydration" error after creation.
I want to continue using Deno and am trying to start a Next.JS project/directory using the below command, but when I run the project (using turbopack) and open the home page I get a "hydration" error.
The command I am using to create the Next.JS app is:
This is the error that keeps occurring:
The command I am using to create the Next.JS app is:
deno run -A npm:create-next-app@latestThis is the error that keeps occurring:

