apal21 / nextjs-progressbar

A simple Next.js progressbar component using NProgress.
https://www.npmjs.com/package/nextjs-progressbar
MIT License
776 stars 61 forks source link

Rewrite in typescript #63

Closed imranbarbhuiya closed 2 years ago

imranbarbhuiya commented 2 years ago

I'm rewriting this package in typescript.

You may find error while trying to test using npm link
check https://reactjs.org/warnings/invalid-hook-call-warning.html#duplicate-react to fix it, but the code is correct.

imranbarbhuiya commented 2 years ago

I've tested the changes and everything seems working fine again.

I've updated version to 0.0.14 also updated changelog.

imranbarbhuiya commented 2 years ago

@apal21 review the pr when you get time.

Shahzad6077 commented 2 years ago

Thanks @imranbarbhuiya for this PR.

Hey @apal21, any updates regarding this PR?

apal21 commented 2 years ago

@Shahzad6077 will approve and merge it once I test it on the previous next.js versions.

@imranbarbhuiya thanks for the changes.