IDNLearn.com: Where your questions meet expert answers and community support. Explore thousands of verified answers from experts and find the solutions you need, no matter the topic.

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.