You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pure imperative form would be like: document.createElement('iron-meta').byKey('info').getAttribute('value');
Which is totally wrong. The catalog's documentation is the first one I looked at, and I was going insane trying to understand why byKey() would ever return an element.
The text was updated successfully, but these errors were encountered:
Documentation in GitHub states:
Documentation in the elements' catalog states:
Which is totally wrong. The catalog's documentation is the first one I looked at, and I was going insane trying to understand why
byKey()
would ever return an element.The text was updated successfully, but these errors were encountered: