TheSGJ / nextjs-toploader

A Next.js Top Loading Bar component made using nprogress, works with Next.js 14 , Next.js 13 and React.
https://www.npmjs.com/package/nextjs-toploader
MIT License
867 stars 50 forks source link

add support to React 19 / Next 15 #99

Open Lolhp0 opened 1 month ago

Lolhp0 commented 1 month ago

Please update the version to be compatitable with react 19 and next 15. you can use --force to install the package but in production it gives an error since it's not compatitable with next 15 or react 19.

TheSGJ commented 1 month ago

Can you please provide the error reproduction with screenshots.

emhat098 commented 3 weeks ago

There is a evidence in my local. Also, when I deploy to vercel. I get the same error. I edited the command from npm install to npm install --force to make sure the issue has gone in production.

image

rahulsya commented 3 weeks ago

hi @Lolhp0 try install the packages using yarn add nextjs-toploader its works