Which of the following error messages indicates an issue with JSX element typing due to a missing interface?
A) JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
B) Cannot find module 'react'.
C) Unexpected token '<' in JSX.
D) TypeError: Cannot read property 'map' of undefined.



Answer :

Other Questions