}// AsyncMode is deprecated along with isAsyncMode
varAsyncMode=REACT_ASYNC_MODE_TYPE;
varConcurrentMode=REACT_CONCURRENT_MODE_TYPE;
varContextConsumer=REACT_CONTEXT_TYPE;
varContextProvider=REACT_PROVIDER_TYPE;
varElement=REACT_ELEMENT_TYPE;
varForwardRef=REACT_FORWARD_REF_TYPE;
varFragment=REACT_FRAGMENT_TYPE;
varLazy=REACT_LAZY_TYPE;
varMemo=REACT_MEMO_TYPE;
varPortal=REACT_PORTAL_TYPE;
varProfiler=REACT_PROFILER_TYPE;
varStrictMode=REACT_STRICT_MODE_TYPE;
varSuspense=REACT_SUSPENSE_TYPE;
varhasWarnedAboutDeprecatedIsAsyncMode=false;// AsyncMode should be deprecated
functionisAsyncMode(object){
{
if(!hasWarnedAboutDeprecatedIsAsyncMode){
hasWarnedAboutDeprecatedIsAsyncMode=true;// Using console['warn'] to evade Babel and ESLint
console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, '+'and will be removed in React 17+. Update your code to use '+'ReactIs.isConcurrentMode() instead. It has the exact same API.');
}// AsyncMode is deprecated along with isAsyncMode
varAsyncMode=REACT_ASYNC_MODE_TYPE;
varConcurrentMode=REACT_CONCURRENT_MODE_TYPE;
varContextConsumer=REACT_CONTEXT_TYPE;
varContextProvider=REACT_PROVIDER_TYPE;
varElement=REACT_ELEMENT_TYPE;
varForwardRef=REACT_FORWARD_REF_TYPE;
varFragment=REACT_FRAGMENT_TYPE;
varLazy=REACT_LAZY_TYPE;
varMemo=REACT_MEMO_TYPE;
varPortal=REACT_PORTAL_TYPE;
varProfiler=REACT_PROFILER_TYPE;
varStrictMode=REACT_STRICT_MODE_TYPE;
varSuspense=REACT_SUSPENSE_TYPE;
varhasWarnedAboutDeprecatedIsAsyncMode=false;// AsyncMode should be deprecated
functionisAsyncMode(object){
{
if(!hasWarnedAboutDeprecatedIsAsyncMode){
hasWarnedAboutDeprecatedIsAsyncMode=true;// Using console['warn'] to evade Babel and ESLint
console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, '+'and will be removed in React 17+. Update your code to use '+'ReactIs.isConcurrentMode() instead. It has the exact same API.');
React is a JavaScript library for creating user interfaces.
The `react` package contains only the functionality necessary to define React components. It is typically used together with a React renderer like `react-dom` for the web, or `react-native` for the native environments.
**Note:** by default, React will be in development mode. The development version includes extra warnings about common mistakes, whereas the production version includes extra performance optimizations and strips all error messages. Don't forget to use the [production build](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build) when deploying your application.
60116,B="function"===typeofSymbol&&Symbol.iterator;functionC(a){for(varb="https://reactjs.org/docs/error-decoder.html?invariant="+a,c=1;c<arguments.length;c++)b+="&args[]="+encodeURIComponent(arguments[c]);return"Minified React error #"+a+"; visit "+b+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}