final-form / react-final-form

🏁 High performance subscription-based form state management for React
https://final-form.org/react
MIT License
7.38k stars 480 forks source link

DependencyNotFound error in code sandbox on Wizard Form page #876

Open catherineluse opened 3 years ago

catherineluse commented 3 years ago

Are you submitting a bug report or a feature request?

bug report

What is the current behavior?

Docs show DependencyNotFound error

https://final-form.org/docs/react-final-form/examples/wizard Screen Shot 2020-11-14 at 3 17 26 PM

jhammersholt commented 3 years ago

I see this error still persist, can someone point me to a working example?

ipevr commented 3 years ago

You can fork the sandbox and add the dependency "prop-types" manually. After that, the code is working.