79563399

Date: 2025-04-09 03:30:22
Score: 1
Natty:
Report link

I'd suggest using ComponentPropsWithRef or ComponentPropsWithoutRef as is or extends with other props if you need

import { ComponentPropsWithRef } from 'react'
...
ComponentPropsWithRef<ElementType>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pavel Luzanov