Closed danieldelcore closed 3 years ago
We currently dont support this:
const MyComponent: React.FC<Props> = () => ()
but do support this:
const MyComponent:FC<Props> = () => ()
We currently dont support this:
but do support this: