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