Property 'name' is missing
Author: hun1ahpuCreated Jun 6, 2017Updated May 12, 2019
After completing all the steps of the tutorial having an error at index.tsx: 19
Property 'name' is missing in type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<Props, ComponentState>> & Readonly<{ chi...'. my-app (tsconfig project)
Setting the name property fixes the issue and the sample works as expected:
<Hello name="something" />
Source: microsoft/TypeScript-React-Starter