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
_attachDom's docs say that it can be overriden to support any type of node that is not just only a shadow root. The return types though seem to be ShadowRoot | null which means that you cannot return this as an acceptable root.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
_attachDom
's docs say that it can be overriden to support any type of node that is not just only a shadow root. The return types though seem to beShadowRoot | null
which means that you cannot returnthis
as an acceptable root.polymer/lib/mixins/element-mixin.js
Line 734 in 76c71e1
polymer/lib/mixins/element-mixin.d.ts
Line 221 in 36fb37e
Steps to Reproduce
Expected Results
no compilation error
Actual Results
compilation error
Browsers Affected
N/A
Versions
The text was updated successfully, but these errors were encountered: