Why must 'React' be in scope when using JSX
"I'm working with JSX in React, and I'm running into an issue where my code isn't working properly. I keep getting an error that says something like 'React must be in scope' when I try to use JSX. I don't understand why React needs to be in scope, especially since I'm just writing JSX and not directly using React in my code. Can someone explain why React needs to be imported or in scope when using JSX?"