Q. What is the purpose of the React.StrictMode component?
β
Correct Answer: (A)
To highlight potential problems in an application during development
Explanation: StrictMode helps detect unsafe lifecycle methods, legacy API usage, and more.