Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'selector instanceof List' can break resusability across distributed components #84

Open
btknorr opened this issue Jun 24, 2015 · 0 comments

Comments

@btknorr
Copy link

btknorr commented Jun 24, 2015

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant