Is your feature request related to a problem? Please describe.
Since NextJS 15 mínimum react version was set to 19 this package can't be used as peer dependency version is React 18.
Describe the solution you'd like
This package can't be used with react 19 and should be updated to work with it.
Describe alternatives you've considered
Update react peer-dependency to React version 19
Additional context
I can use this package with no bugs/errors in Next15 and React 19 (using --legacy-peer-deps flag) but i think that warning when package is installed can be resolved bumping React peer dependency.
Is your feature request related to a problem? Please describe. Since NextJS 15 mínimum react version was set to 19 this package can't be used as peer dependency version is React 18.
Describe the solution you'd like This package can't be used with react 19 and should be updated to work with it.
Describe alternatives you've considered Update react peer-dependency to React version 19
Additional context I can use this package with no bugs/errors in Next15 and React 19 (using
--legacy-peer-deps flag
) but i think that warning when package is installed can be resolved bumping React peer dependency.