Closed
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?