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
drawerToggleAttribute is not initialized in Polymer 2+. The default value of the property is not available and Polymer requires property to be declared in the properties collection of the component, so that it's value can be set as an attribute.
Expected outcome
The drawer can be opened by tapping on the element with the attribute name same as drawerToggleAttribute's value
Actual outcome
drawer doesn't open onTap
The text was updated successfully, but these errors were encountered:
Description
drawerToggleAttribute is not initialized in Polymer 2+. The default value of the property is not available and Polymer requires property to be declared in the properties collection of the component, so that it's value can be set as an attribute.
Expected outcome
The drawer can be opened by tapping on the element with the attribute name same as drawerToggleAttribute's value
Actual outcome
drawer doesn't open onTap
The text was updated successfully, but these errors were encountered: