next-password-protect icon indicating copy to clipboard operation
next-password-protect copied to clipboard

Update dependencies to support React 18

Open miguelvictor opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. Installing on new next.js apps gives a warning of incorrect peer dependency because create-next-app now uses react 18.

Describe the solution you'd like Update package dependencies.

Describe alternatives you've considered Installing it as is (ignoring the warning).

Additional context None

miguelvictor avatar Apr 06 '22 09:04 miguelvictor

The issue with the "alternative approach" is, that it throws errors in production and you can't deploy at all.

This means, that de facto we can't use this package.

icebearlabs avatar Jul 10 '22 20:07 icebearlabs

I see a fix has been merged, any chance of doing a new release?

rludvig avatar Sep 01 '22 13:09 rludvig

Would love for this to get published to npm as well!

rafaelderolez avatar Sep 02 '22 14:09 rafaelderolez

Sorry for the wait, it has been released (we also renamed, so npm link now is https://www.npmjs.com/package/next-password-protect)

BJvdA avatar Sep 07 '22 18:09 BJvdA