This open-source repository provides a collection of ready-to-use and customizable Constellation DX components. Use this resource to gain inspiration, best practices, and a solid foundation for implementing custom components.
This syntax works perfectly fine in normal portal but does not render in web embed, due to the following error:
TypeError: Failed to construct 'Text': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
Since we do not know what are necessary attributes of text field we changed field object to:
In web embed, comparison table does not render due to the following line:
This syntax works perfectly fine in normal portal but does not render in web embed, due to the following error:
TypeError: Failed to construct 'Text': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
Since we do not know what are necessary attributes of text field we changed field object to:After performing this change, table renders correctly.