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
If the Disqus comment section is placed in a component which has its encapsulation set to ViewEncapsulation.ShadowDom then it fails and logs the following exception: Error: Cannot read property 'appendChild' of null
If the Disqus comment section is placed in a component which has its encapsulation set to
ViewEncapsulation.ShadowDom
then it fails and logs the following exception:Error: Cannot read property 'appendChild' of null
Note that in the following stackblitz, page 2 is using
ShadowDom
.https://stackblitz.com/edit/ngx-disqus-qvjqzc
The text was updated successfully, but these errors were encountered: