next-password-protect
next-password-protect copied to clipboard
Update dependencies to support React 18
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
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.
I see a fix has been merged, any chance of doing a new release?
Would love for this to get published to npm as well!
Sorry for the wait, it has been released (we also renamed, so npm link now is https://www.npmjs.com/package/next-password-protect)