-
Notifications
You must be signed in to change notification settings - Fork 69
FIO-10593 | DataCloneError when using Vue and Static Form Definitions. #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
hey @francoisauclair911 thanks for your PR and your continuing collaboration on improving our vue wrapper. I think our support team sent you some feedback, but I thought I'd summarize it here: the |
Thank you — though just to note, lodash would be tree-shaken by Vite during build, so the bundle impact would be minimal. Alternatively, we could use the per-function Also any thoughts on this approach
|
In terms of accepting mutable ref objects as props to the <Form /> component? Or something else? |
Yes, I do think there is a valid use case of somebody modifying the schema dynamically and having the form rerender just by watching the state change. Right now if I modify the ref() the forms rerenders but trashes all the entered values |
I would review a PR here, although I don't think we could accept it because suddenly the |
No description provided.