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

Enhancement in life cycle callbacks Polymer 2.0-rc.2 #4412

Closed
bmodeprogrammer opened this issue Mar 10, 2017 · 3 comments
Closed

Enhancement in life cycle callbacks Polymer 2.0-rc.2 #4412

bmodeprogrammer opened this issue Mar 10, 2017 · 3 comments
Assignees

Comments

@bmodeprogrammer
Copy link

Today, I stay all day testing the new polymer 2.0. But, I stayed 3 hours to discover a bug that my property observer did not working. And finally I discovered why, because I did not called the super.ready() inside my ready call back.
It will be awesome that shows a warning or error warning to call super inside the life cycle hook. Because the logic inside the function was working perfectly. I cannot guess that we need to call the super.

Sorry my lack of English and knowledge. But i'ts my opinion.

Thank you for the great job that polymer team is doing.

@bmodeprogrammer bmodeprogrammer changed the title Enhancement in life cycle callbacks Enhancement in life cycle callbacks Polymer 2.0-rc.2 Mar 10, 2017
@tony19
Copy link

tony19 commented Mar 10, 2017

This should probably be a feature request for polylint or polymer-linter.

@tony19
Copy link

tony19 commented Mar 13, 2017

Looks like a duplicate of https://github.com/Polymer/polymer-linter/issues/52

@dfreedm
Copy link
Member

dfreedm commented Mar 16, 2017

Looks like this was added to linter in Polymer/polymer-linter#53

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

No branches or pull requests

5 participants