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
If you're using app-drawer with Polymer 2.0., it's necessary indicate the slot "drawer" to link app-drawer-layout element with lateral content. However, app-drawer-layout main content hasn't slot name.
<app-drawer-layout>
<app-drawer slot="drawer">
</app-drawer>`
MY CONTENT
</app-drawer-layout>
The text was updated successfully, but these errors were encountered:
If you're using app-drawer with Polymer 2.0., it's necessary indicate the slot "drawer" to link app-drawer-layout element with lateral content. However, app-drawer-layout main content hasn't slot name.
The text was updated successfully, but these errors were encountered: