-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
bugSomething isn't workingSomething isn't workingreleasedrendererReact form renderer PRReact form renderer PR
Description
Discussed in #1232
Originally posted by Ali-Zmn April 12, 2022
Sometimes when my initial values in FormRenderer
does not include all fields, I face this error:
Uncaught TypeError: Cannot read properties of undefined (reading 'initial') at eval (condition.js?3893:72:1)
I would assume if the initial value is not in FormRenderer initialValues
it would pick the Schema initialValue
and if no initial value is provided in the schema, it should keep it empty, right?
I couldn't reproduce it in codesandbox and in my code, if I rerender my component (reload) a couple of times, it works fine!
Do you have any idea?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingreleasedrendererReact form renderer PRReact form renderer PR