nextjs-progressbar icon indicating copy to clipboard operation
nextjs-progressbar copied to clipboard

React 18 dependency

Open kkallasm opened this issue 2 years ago • 8 comments

Doesn't support react version 18.

kkallasm avatar May 29 '22 14:05 kkallasm

+1

Chemchu avatar Jun 01 '22 01:06 Chemchu

+2

frei-x avatar Jun 19 '22 02:06 frei-x

+3

Abdulrahmanelheyb avatar Jun 27 '22 17:06 Abdulrahmanelheyb

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.

imranbarbhuiya avatar Jun 28 '22 14:06 imranbarbhuiya

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

davidthomasparks avatar Jun 28 '22 20:06 davidthomasparks

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.

XanderSelorm avatar Jun 28 '22 20:06 XanderSelorm

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?

imranbarbhuiya avatar Jun 29 '22 03:06 imranbarbhuiya

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.

davidthomasparks avatar Jun 30 '22 01:06 davidthomasparks