apal21 / nextjs-progressbar

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

showSpinner: false option not working. #32

Closed freddieerg closed 3 years ago

freddieerg commented 3 years ago

Setting showSpinner to false in the options prop will still result in the spinner being displayed.

Also, when will the addition of delayMs be published to the NPM repo?

EDIT: This has suddenly started working so I assume something was getting cached somewhere.