React
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. 오류 해결방법
#단아
2023. 12. 26. 10:27
반응형
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. 오류 해결방법
VSCode에서 해당 문제 해결 방법은 원도우 리로드 하는 것 입니다.
Ctrl+Shift+P -or- ⌘+shift+P
> Developer: Reload Window
이상입니다.
감사합니다.
반응형