You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug FormBuilder component causes React to not trigger state updates when initialForm 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.
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.
The text was updated successfully, but these errors were encountered: