hoandt
Results
2
issues of
hoandt
Hello, could you please update to functional components? Thanks a lot!
It seems that the displayName property is not directly assignable to the component in this case: const Table = React.forwardRef< HTMLTableElement, React.HTMLAttributes >(({ className, ...props }, ref) => ( ))...