damianricobelli / stepperize

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

Fix: remove React deprecated default props #18

Closed soyricardodev closed 1 month ago

soyricardodev commented 2 months ago

In the latest react and @types/react version Component.defaultProps has been marked as deprecated, so this PR just use default Values in the Stepper Component.

Captura de pantalla 2024-07-18 020617

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shadcn-stepper ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2024 6:13am
damianricobelli commented 1 month ago

I close this PR in favour of the complete refactoring of the repository.