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
When pre compiling a schema that has a condition statement in an array items field, the schemaParser function in utils does not resolve the condition schema. The compiled schema should export the condition schema in its own validate function. Here is a codesandbox.io example using a pre compiled schema with a simple array field using conditions. Schema looks like this
Prerequisites
What theme are you using?
core
Version
5.7.2
Current Behavior
When pre compiling a schema that has a condition statement in an array items field, the
schemaParser
function in utils does not resolve the condition schema. The compiled schema should export the condition schema in its own validate function. Here is a codesandbox.io example using a pre compiled schema with a simple array field using conditions. Schema looks like thisExpected Behavior
Expected the form component to load with correct fields. In the codesandbox.io example you can see the expected behavior from
ExpectedApp
component.Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: