After upgrading to React 18, this error occurs where compiler complains about missing children property in ISwipeableListItemProps.
The error could be eliminated by adding the children property to ISwipeableListItemProps.
children?: React.ReactNode | undefined;
A fix would be appreciated. Thanks!