BearStudio / formiz

🐜 React forms with ease! Composable, headless & with built-in multi steps
https://formiz-react.com/
MIT License
390 stars 50 forks source link

Delete collection on unmount #217

Closed HugoPerard closed 1 month ago

HugoPerard commented 7 months ago

Describe the bug

When a collection definition is unmount (the useCollection hook), the collection is not remove from form. That mean if we remount the collection, we keep the keys previous collection keys.

Expected behavior

We want the collection to be delete on useCollection hook unmount.