79689148

Date: 2025-07-03 16:07:21
Score: 1
Natty:
Report link

Include children in the AvatarProps

export interface AvatarProps extends ChakraAvatar.RootProps {
  name?: string
  src?: string
  srcSet?: string
  children: React.ReactNode; // <= Right here. It is not included
  loading?: ImageProps['loading']
  icon?: React.ReactElement
  fallback?: React.ReactNode
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ejemen Iboi