Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 198 Bytes

react-typescript-troubleshoot.md

File metadata and controls

6 lines (4 loc) · 198 Bytes

react typescript troubleshoot

JSX.Intrinsict

  • error: Property 'numInput' does not exist on type 'JSX.IntrinsicElements'.
  • fix: use uppercase for custom component (eg. NumInput)