dom icon indicating copy to clipboard operation
dom copied to clipboard

'selector instanceof List' can break resusability across distributed components

Open btknorr opened this issue 9 years ago • 0 comments

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?

btknorr avatar Jun 24 '15 15:06 btknorr