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(MenuToggle): incorrect inheritance of HTMLInputElement (#11145)
MenuToggleCheckboxProps inherits from HTMLInputElement and
defaultChecked is typed there as `undefined | boolean`, null is not a
valid type.
Found by typescript's `tsc` in strict mode.
0 commit comments