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
- fix(Switch): checked props and state out of sync - thanks @gravitymedianet@jinixx
- fix(Switch): does not provide any keyboard accessibility - thanks @roastery-zzclose#44
This code does not work as expected:
Actual result:
<input>
which hasdisplay: none
.Desired result:
<label>
.The text was updated successfully, but these errors were encountered: