diff --git a/src/List.tsx b/src/List.tsx index 28be009..cfc8c16 100644 --- a/src/List.tsx +++ b/src/List.tsx @@ -55,7 +55,9 @@ export const ListSubheader = pure((props: any) => ( )); export const ListDivider = pure((props: any) => ( -
+
  • +
    +
  • )); export const ListItem = pure((_props: any) => {