StrictMode

JSAny get StrictMode

The StrictMode type for highlighting potential problems in an application.

StrictMode is a tool for highlighting potential problems in an application. It activates additional checks and warnings for its descendants.

Note: Strict mode checks are run in development mode only; they do not impact the production build.

Example:

createElement(StrictMode, null, appRoot);

Implementation

JSAny get StrictMode => _reactStrictMode;