nextjs-progressbar
nextjs-progressbar copied to clipboard
React 18 dependency
Doesn't support react version 18.
+1
+2
+3
Can you please provide the error and minimal reproducible code sample? I'm using it with react 18 in my project and it's working fine.
Mine doesn't seem to show the bar for a reasonable amount of time when using dynamic hrefs for Next/link
not sure if anyone else has similar behavior on React 18
Mine doesn't seem to show the bar for a reasonable amount of time when using dynamic hrefs for
Next/link
not sure if anyone else has similar behavior on React 18
You're not alone. I face the same issue too.
Mine doesn't seem to show the bar for a reasonable amount of time when using dynamic hrefs for
Next/link
not sure if anyone else has similar behavior on React 18
Do you've any repository which reproduces this issue or can U provide a minimal code sample so I can test it?
I apologize @imranbarbhuiya I don't have enough time to set this up, but the issue for our app seems to be passing in an href
to a child component that implements the prop in a Next/llink
as an href. So a dynamic href passed into a child component.