-
Notifications
You must be signed in to change notification settings - Fork 201
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
Warning about missing property which is inherited from composed behavior #1018
Labels
Comments
rictic
referenced
this issue
in rictic/iron-lazy-pages
Mar 31, 2017
By explicitly having the name on the Impl, the analyzer was taking the annotation at its word, but missing that it used IronSelectableBehavior. Fixes https://github.com/Polymer/polymer-linter/issues/70
I think the root cause here is the way the |
TimvdLippe
referenced
this issue
in TimvdLippe/iron-lazy-pages
Mar 31, 2017
By explicitly having the name on the Impl, the analyzer was taking the annotation at its word, but missing that it used IronSelectableBehavior. Fixes https://github.com/Polymer/polymer-linter/issues/70
Sorry! Fix has been merged ❤️ |
Thanks for quick fix! |
v1.5.1 was released with the fix https://github.com/TimvdLippe/iron-lazy-pages/releases/tag/v1.5.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When linting a project with iron-lazy-pages element I noticed that linter doesn't recognize property
selected
which is inherited fromIronSelectableBehavior
here:Steps to reproduce:
git clone https://github.com/web-padawan/polymer-sandbox
git checkout linter-sandbox
npm i && bower i && npm run lint:polymer
I don't get any warnings like this when linting
iron-lazy-pages
itself.The text was updated successfully, but these errors were encountered: