matthewp / if-else

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to update the value by changing the `true` attribute.

matthewp opened this issue · comments

This is really weird, my observedAttributes getter is never being called...

I think it’s this misspelling observedAttribute. I’m pretty sure it should be plural.

@Westbrook I mispelled both that and attributeChangedCallback 👨 . Turns out if you don't have a attributeChangedCallback then observedAttributes is never called, that got me stuck for a minute...

Ok, published in 1.0.1, thanks for the catch.