Appearance
Disallow undeclared variables in JSX
It is most likely a potential ReferenceError caused by a misspelling of a variable or parameter name.
const A = () => <App />; const C = <B />;