Closed jelly closed 3 days ago
MenuToggleCheckboxProps inherits from HTMLInputElement and defaultChecked is typed there as undefined | boolean, null is not a valid type.
undefined | boolean
Found by typescript's tsc in strict mode.
tsc
Preview: https://patternfly-react-pr-11145.surge.sh
A11y report: https://patternfly-react-pr-11145-a11y.surge.sh
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.