Handvask / handvask

Prefer boolean attributes notation in JSX JS-0400
Anti-pattern
Minor
a year agoa year old
Value must be omitted for boolean attributes
45    <Modal
46      title="Edit instance"
47      onClose={onClose}
48      show={true}49      footer={
50        <>
51          <Button kind="secondary" onClick={onClose}>