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
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
Description
Imperatively setting the
activeattribute of apaper-buttoninserted into a slot requires setting it twice before it is updated.Expected outcome
The attribute is updated the first time.
Actual outcome
The attribute is not updated until the second time.
Live Demo
https://jsbin.com/lalarivoli/1/edit?html,console,output
Steps to reproduce
ready(), set theactiveattribute of the<paper-button>in the slot to true.<paper-button>into the slot.Browsers Affected