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
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.
The text was updated successfully, but these errors were encountered: