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
In the field-list definition changing the line parentId={{type: FieldParentType.FIELD_LIST as FieldParentType.FIELD_LIST}}
to parentId={{type: FieldParentType.FIELD_LIST as const}}doesn't work.
Since const assertion was added on [email protected], which is not supported in our current typescript version.
The text was updated successfully, but these errors were encountered:
In the field-list definition changing the line
parentId={{type: FieldParentType.FIELD_LIST as FieldParentType.FIELD_LIST}}
to
parentId={{type: FieldParentType.FIELD_LIST as const}}
doesn't work.Since const assertion was added on [email protected], which is not supported in our current typescript version.
The text was updated successfully, but these errors were encountered: