What is the purpose of React.StrictMode?

React.StrictMode is a wrapper that activates additional checks and warnings during development, helping catch potential issues in the code.