{"version":3,"file":"static/js/npm.tiny-warning.9f593cc456810ca7f33e.js","mappings":";;;;;;;;;AAAA,IAAIA,YAAY,GAAGC,YAAoB,KAAK,YAAY;AACxD,SAASG,OAAOA,CAACC,SAAS,EAAEC,OAAO;EACjC,IAAI,CAACN,YAAY,EAAE;IACjB,IAAIK,SAAS,EAAE;MACb;;IAGF,IAAIE,IAAI,GAAG,WAAW,GAAGD,OAAO;IAEhC,IAAI,OAAOE,OAAO,KAAK,WAAW,EAAE;MAClCA,OAAO,CAACC,IAAI,CAACF,IAAI,CAAC;;IAGpB,IAAI;MACF,MAAMG,KAAK,CAACH,IAAI,CAAC;KAClB,CAAC,OAAOI,CAAC,EAAE;;AAEhB;AAEA,+DAAeP,OAAO","sources":["webpack:///./node_modules/tiny-warning/dist/tiny-warning.esm.js"],"sourcesContent":["var isProduction = process.env.NODE_ENV === 'production';\nfunction warning(condition, message) {\n if (!isProduction) {\n if (condition) {\n return;\n }\n\n var text = \"Warning: \" + message;\n\n if (typeof console !== 'undefined') {\n console.warn(text);\n }\n\n try {\n throw Error(text);\n } catch (x) {}\n }\n}\n\nexport default warning;\n"],"names":["isProduction","process","env","NODE_ENV","warning","condition","message","text","console","warn","Error","x"],"sourceRoot":""}