devnomic / marquee

A beautiful marquee component for React.
https://marquee-dev.vercel.app
MIT License
392 stars 9 forks source link

Unhandled Runtime Error - Nextjs #7

Open gateremark opened 1 week ago

gateremark commented 1 week ago

Getting an error when using the package in Nextjs 15 ; React version 19:

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.