Open DevTakao opened 3 months ago
Could you provide a reproducible example in a codesandbox and I can help get this triaged quicker?
I could not reproduce the issue in codesandbox. Might be related to Vite + React
setup as it was how I had set up locally when the issue happened. Will confirm it first and get back here
Describe the bug
FormBuilder
component causes React to not trigger state updates wheninitialForm
prop is given a schema JSON. As warned in the documentation, I made sure the value is a stable reference by importing a constant JSON file.To Reproduce
Expected behavior The schema-preview section should update when a component is dragged into the builder and saved.