tjinauyeung / svelte-forms-lib

📝. A lightweight library for managing forms in Svelte
https://svelte-forms-lib-sapper-docs.now.sh/
MIT License
604 stars 59 forks source link

Fix initialValues not same as $form values #155

Open dimasjt opened 2 years ago

dimasjt commented 2 years ago

Hi. I fix initialValues when object have Date value. I replace cloneDeep function using this polyfill library https://github.com/ungap/structured-clone.