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