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
Trying to use F2 within the shadow DOM but an error is thrown by container.js when checking that the root has been added to the page.
App root for ' + appId + ' was not appended to the DOM. Check your AppHandler callbacks to ensure you have rendered the app root to the DOM.')
The code is checking that the root has a parent node that is the document. In order to allow an F2 app to be used in the shadow DOM, this check should include if there is a parent node in the shadow DOM.
The text was updated successfully, but these errors were encountered:
Trying to use F2 within the shadow DOM but an error is thrown by container.js when checking that the root has been added to the page.
App root for ' + appId + ' was not appended to the DOM. Check your AppHandler callbacks to ensure you have rendered the app root to the DOM.')
The code is checking that the root has a parent node that is the document. In order to allow an F2 app to be used in the shadow DOM, this check should include if there is a parent node in the shadow DOM.
The text was updated successfully, but these errors were encountered: