We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given
class extends Polymer.FirestoreMixin(Polymer.FirestoreMixin(otherMixin(Polymer.Element))) {}
connectedCallback in otherMixin won't be invoked.
connectedCallback
otherMixin
The text was updated successfully, but these errors were encountered:
can we have a small repo to work on to see?
Sorry, something went wrong.
super.connectedCallback
Sorry, I've made a fix for this the same day, just forgot to mention it.
I'm leaving this one open since it's not in the master yet, as all other issues.
I see. Thanks :)
No branches or pull requests
Given
connectedCallback
inotherMixin
won't be invoked.The text was updated successfully, but these errors were encountered: