Skip to content

Commit

Permalink
temp fix to checkboxicon (until we figure out underlying cause) (fino…
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell authored Sep 13, 2023
1 parent 278bac4 commit 28180cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vuu-ui/packages/vuu-ui-controls/src/list/CheckboxIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { HTMLAttributes } from "react";
// TODO why do we need explicit React import - its not needed anywhere else
// but we see a 'React is not defined' issue in showcase without it
import React, { HTMLAttributes } from "react";
import cx from "classnames";

import "./CheckboxIcon.css";
Expand Down

0 comments on commit 28180cd

Please sign in to comment.