You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✓ Starting...
✓ Ready in 1417ms
○ Compiling /blog/[slug] ...
✓ Compiled /blog/[slug] in 957ms (779 modules)
⨯ [Error: A React Element from an older version of React was rendered. This is not supported. It can happen if:
Multiple copies of the "react" package is used.
A library pre-bundled an old copy of "react" or "react/jsx-runtime".
A compiler tries to "inline" JSX instead of using the runtime.] {
digest: '233309895'
}
GET /blog/vim 500 in 2037ms
I didn't touched the code just copied as suggested by here.
The text was updated successfully, but these errors were encountered:
After initialization of blog template in solutions/blog
getting this runtime error -
➜ blog git:(main) ✗ npm run dev
▲ Next.js 15.2.4
✓ Starting...
✓ Ready in 1417ms
○ Compiling /blog/[slug] ...
✓ Compiled /blog/[slug] in 957ms (779 modules)
⨯ [Error: A React Element from an older version of React was rendered. This is not supported. It can happen if:
digest: '233309895'
}
GET /blog/vim 500 in 2037ms
I didn't touched the code just copied as suggested by
here.
The text was updated successfully, but these errors were encountered: