damianricobelli / stepperize

A library for creating step-by-step workflows in your apps
https://stepperize.vercel.app
917 stars 40 forks source link

Add support to work with Next15 and React 19 #77

Open ericklugoj opened 2 weeks ago

ericklugoj commented 2 weeks ago

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.