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
My app is extending this layer.
For most of the components it works OK, but once I've added Form elements, it returns an error: Cannot destructure property 'componentField' of 'undefined' as it is undefined.
Is there a way to configure Form components in this layer or do I need to import them for each package separately?
The text was updated successfully, but these errors were encountered:
My app is extending this layer.
For most of the components it works OK, but once I've added Form elements, it returns an error:
Cannot destructure property 'componentField' of 'undefined' as it is undefined.
Is there a way to configure Form components in this layer or do I need to import them for each package separately?
The text was updated successfully, but these errors were encountered: