JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.

limhalim·2023년 7월 9일
1
npm install --save-dev @types/react@latest @types/react-dom@latest
npm install react@latest react-dom@latest

출처: https://bobbyhadz.com/blog/react-jsx-element-implicitly-has-type-any

0개의 댓글