StrictMode top-level property

ReactJsComponentFactoryProxy StrictMode
getter/setter pair

StrictMode is a tool for highlighting potential problems in an application.

StrictMode does not render any visible UI. It activates additional checks and warnings for its descendants.

See: reactjs.org/docs/strict-mode.html

Implementation

var StrictMode = ReactJsComponentFactoryProxy(React.StrictMode);