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
When you have components that don't reside in the same place (ie github) and depend on component/dom, this line of code can break reuse. We ran into this today. 'selector instanceof List' forces every single distributed component to use the exact same version of dom, which is very unlikely. Is there another way you can determine if a selector is a List?
The text was updated successfully, but these errors were encountered:
When you have components that don't reside in the same place (ie github) and depend on component/dom, this line of code can break reuse. We ran into this today. 'selector instanceof List' forces every single distributed component to use the exact same version of dom, which is very unlikely. Is there another way you can determine if a selector is a List?
The text was updated successfully, but these errors were encountered: