What error message might you encounter if a JSX element implicitly has type 'any' due to the absence of an interface 'JSX.IntrinsicElements'?
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