async-react-component
Advanced tools
Comparing version 0.5.2 to 0.5.4
@@ -1,1 +0,1 @@ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.ReactAsyncComponent=t()}(this,function(){"use strict";function e(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function t(e){return function(){return e}}function n(e,t){if("production"!==process.env.NODE_ENV){var n=e.constructor;"production"!==process.env.NODE_ENV&&U(!1,"%s(...): Can only update a mounted or mounting component. This usually means you called %s() on an unmounted component. This is a no-op. Please check the code for the %s component.",t,t,n&&(n.displayName||n.name)||"ReactClass")}}function r(e,t,n){this.props=e,this.context=t,this.refs=G,this.updater=n||q}function o(e,t,n){this.props=e,this.context=t,this.refs=G,this.updater=n||q}function a(){}function i(e){if("production"!==process.env.NODE_ENV&&ue.call(e,"ref")){var t=Object.getOwnPropertyDescriptor(e,"ref").get;if(t&&t.isReactWarning)return!1}return void 0!==e.ref}function s(e){if("production"!==process.env.NODE_ENV&&ue.call(e,"key")){var t=Object.getOwnPropertyDescriptor(e,"key").get;if(t&&t.isReactWarning)return!1}return void 0!==e.key}function c(e,t){var n=function(){ee||(ee=!0,"production"!==process.env.NODE_ENV&&U(!1,"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props)",t))};n.isReactWarning=!0,Object.defineProperty(e,"key",{get:n,configurable:!0})}function u(e,t){var n=function(){te||(te=!0,"production"!==process.env.NODE_ENV&&U(!1,"%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props)",t))};n.isReactWarning=!0,Object.defineProperty(e,"ref",{get:n,configurable:!0})}function p(e,t){return e&&"object"==typeof e&&null!=e.key?ve.escape(e.key):t.toString(36)}function l(e,t,n,r){var o=typeof e;if("undefined"!==o&&"boolean"!==o||(e=null),null===e||"string"===o||"number"===o||"object"===o&&e.$$typeof===ce)return n(r,e,""===t?he+p(e,0):t),1;var a,i=0,s=""===t?he:t+ge;if(Array.isArray(e))for(var c=0;c<e.length;c++)i+=l(a=e[c],s+p(a,c),n,r);else{var u=me(e);if(u){var f,d=u.call(e);if(u!==e.entries)for(var y=0;!(f=d.next()).done;)i+=l(a=f.value,s+p(a,y++),n,r);else{if("production"!==process.env.NODE_ENV){var m="";if(se.current){var v=se.current.getName();v&&(m=" Check the render method of `"+v+"`.")}"production"!==process.env.NODE_ENV&&U(Ee,"Using Maps as children is not yet fully supported. It is an experimental feature that might be removed. Convert it to a sequence / iterable of keyed ReactElements instead.%s",m),Ee=!0}for(;!(f=d.next()).done;){var h=f.value;h&&(i+=l(a=h[1],s+ve.escape(h[0])+ge+p(a,0),n,r))}}}else if("object"===o){var g="";if("production"!==process.env.NODE_ENV&&(g=" If you meant to render a collection of children, use an array instead or wrap the object using createFragment(object) from the React add-ons.",e._isReactElement&&(g=" It looks like you're using an element created by a different version of React. Make sure to use only one copy of React."),se.current)){var E=se.current.getName();E&&(g+=" Check the render method of `"+E+"`.")}var b=String(e);"production"!==process.env.NODE_ENV?K(!1,"Objects are not valid as a React child (found: %s).%s","[object Object]"===b?"object with keys {"+Object.keys(e).join(", ")+"}":b,g):M("31","[object Object]"===b?"object with keys {"+Object.keys(e).join(", ")+"}":b,g)}}return i}function f(e){return(""+e).replace(Oe,"$&/")}function d(e,t){this.func=e,this.context=t,this.count=0}function y(e,t,n){var r=e.func,o=e.context;r.call(o,t,e.count++)}function m(e,t,n,r){this.result=e,this.keyPrefix=t,this.func=n,this.context=r,this.count=0}function v(e,t,n){var r=e.result,o=e.keyPrefix,a=e.func,i=e.context,s=a.call(i,t,e.count++);Array.isArray(s)?h(s,r,n,F.thatReturnsArgument):null!=s&&(fe.isValidElement(s)&&(s=fe.cloneAndReplaceKey(s,o+(!s.key||t&&t.key===s.key?"":f(s.key)+"/")+n)),r.push(s))}function h(e,t,n,r,o){var a="";null!=n&&(a=f(n)+"/");var i=m.getPooled(t,a,r,o);be(e,v,i),m.release(i)}function g(e,t,n){return null}function E(e){var t=Function.prototype.toString,n=Object.prototype.hasOwnProperty,r=RegExp("^"+t.call(n).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");try{var o=t.call(e);return r.test(o)}catch(e){return!1}}function b(e){var t=we(e);if(t){var n=t.childIDs;Pe(e),n.forEach(b)}}function N(e,t,n){return"\n in "+(e||"Unknown")+(t?" (at "+t.fileName.replace(/^.*[\\\/]/,"")+":"+t.lineNumber+")":n?" (created by "+n+")":"")}function _(e){return null==e?"#empty":"string"==typeof e||"number"==typeof e?"#text":"string"==typeof e.type?e.type:e.type.displayName||e.type.name||"Unknown"}function O(e){var t,n=Ye.getDisplayName(e),r=Ye.getElement(e),o=Ye.getOwnerID(e);return o&&(t=Ye.getDisplayName(o)),"production"!==process.env.NODE_ENV&&U(r,"ReactComponentTreeHook: Missing React element for debugID %s when building stack",e),N(n,r&&r._source,t)}function D(){if(se.current){var e=se.current.getName();if(e)return" Check the render method of `"+e+"`."}return""}function w(e){if(null!==e&&void 0!==e&&void 0!==e.__source){var t=e.__source;return" Check your code at "+t.fileName.replace(/^.*[\\\/]/,"")+":"+t.lineNumber+"."}return""}function P(e){var t=D();if(!t){var n="string"==typeof e?e:e.displayName||e.name;n&&(t=" Check the top-level render call using <"+n+">.")}return t}function k(e,t){if(e._store&&!e._store.validated&&null==e.key){e._store.validated=!0;var n=Ke.uniqueKey||(Ke.uniqueKey={}),r=P(t);if(!n[r]){n[r]=!0;var o="";e&&e._owner&&e._owner!==se.current&&(o=" It was passed a child from "+e._owner.getName()+"."),"production"!==process.env.NODE_ENV&&U(!1,'Each child in an array or iterator should have a unique "key" prop.%s%s See https://fb.me/react-warning-keys for more information.%s',r,o,Ue.getCurrentStackAddendum(e))}}}function I(e,t){if("object"==typeof e)if(Array.isArray(e))for(var n=0;n<e.length;n++){var r=e[n];fe.isValidElement(r)&&k(r,t)}else if(fe.isValidElement(e))e._store&&(e._store.validated=!0);else if(e){var o=me(e);if(o&&o!==e.entries)for(var a,i=o.call(e);!(a=i.next()).done;)fe.isValidElement(a.value)&&k(a.value,t)}}function R(e){var t=e.type;if("function"==typeof t){var n=t.displayName||t.name;t.propTypes&&ze(t.propTypes,e.props,"prop",n,e,null),"function"==typeof t.getDefaultProps&&"production"!==process.env.NODE_ENV&&U(t.getDefaultProps.isReactClassApproved,"getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function j(e){return e}function C(e,t){function n(){this.constructor=e}for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r]);e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var S=Object.getOwnPropertySymbols,x=Object.prototype.hasOwnProperty,A=Object.prototype.propertyIsEnumerable,V=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(t,n){for(var r,o,a=e(t),i=1;i<arguments.length;i++){r=Object(arguments[i]);for(var s in r)x.call(r,s)&&(a[s]=r[s]);if(S){o=S(r);for(var c=0;c<o.length;c++)A.call(r,o[c])&&(a[o[c]]=r[o[c]])}}return a},M=function(e){for(var t=arguments.length-1,n="Minified React error #"+e+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant="+e,r=0;r<t;r++)n+="&args[]="+encodeURIComponent(arguments[r+1]);n+=" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";var o=new Error(n);throw o.name="Invariant Violation",o.framesToPop=1,o},T=function(){};T.thatReturns=t,T.thatReturnsFalse=t(!1),T.thatReturnsTrue=t(!0),T.thatReturnsNull=t(null),T.thatReturnsThis=function(){return this},T.thatReturnsArgument=function(e){return e};var F=T,Y=F;"production"!==process.env.NODE_ENV&&function(){var e=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=0,a="Warning: "+e.replace(/%s/g,function(){return n[o++]});try{throw new Error(a)}catch(e){}};Y=function(t,n){if(void 0===n)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");if(0!==n.indexOf("Failed Composite propType: ")&&!t){for(var r=arguments.length,o=Array(r>2?r-2:0),a=2;a<r;a++)o[a-2]=arguments[a];e.apply(void 0,[n].concat(o))}}}();var U=Y,q={isMounted:function(e){return!1},enqueueCallback:function(e,t){},enqueueForceUpdate:function(e){n(e,"forceUpdate")},enqueueReplaceState:function(e,t){n(e,"replaceState")},enqueueSetState:function(e,t){n(e,"setState")}},W=!1;if("production"!==process.env.NODE_ENV)try{Object.defineProperty({},"x",{get:function(){}}),W=!0}catch(e){}var B=W,$={};"production"!==process.env.NODE_ENV&&Object.freeze($);var G=$,z=function(e){};"production"!==process.env.NODE_ENV&&(z=function(e){if(void 0===e)throw new Error("invariant requires an error message argument")});var K=function(e,t,n,r,o,a,i,s){if(z(t),!e){var c;if(void 0===t)c=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[n,r,o,a,i,s],p=0;(c=new Error(t.replace(/%s/g,function(){return u[p++]}))).name="Invariant Violation"}throw c.framesToPop=1,c}},J=function(){};if("production"!==process.env.NODE_ENV){var L=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=0,a="Warning: "+e.replace(/%s/g,function(){return n[o++]});try{throw new Error(a)}catch(e){}};J=function(e,t){if(void 0===t)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");if(!e){for(var n=arguments.length,r=Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];L.apply(void 0,[t].concat(r))}}}var H=J;if(r.prototype.isReactComponent={},r.prototype.setState=function(e,t){"object"!=typeof e&&"function"!=typeof e&&null!=e&&("production"!==process.env.NODE_ENV?K(!1,"setState(...): takes an object of state variables to update or a function which returns an object of state variables."):M("85")),this.updater.enqueueSetState(this,e),t&&this.updater.enqueueCallback(this,t,"setState")},r.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this),e&&this.updater.enqueueCallback(this,e,"forceUpdate")},"production"!==process.env.NODE_ENV){var X={isMounted:["isMounted","Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],replaceState:["replaceState","Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]},Q=function(e,t){B&&Object.defineProperty(r.prototype,e,{get:function(){H(!1,"%s(...) is deprecated in plain JavaScript React classes. %s",t[0],t[1])}})};for(var Z in X)X.hasOwnProperty(Z)&&Q(Z,X[Z])}a.prototype=r.prototype,(o.prototype=new a).constructor=o,V(o.prototype,r.prototype),o.prototype.isPureReactComponent=!0;var ee,te,ne={Component:r,PureComponent:o},re=function(e){var t=this;if(t.instancePool.length){var n=t.instancePool.pop();return t.call(n,e),n}return new t(e)},oe=function(e){var t=this;e instanceof t||("production"!==process.env.NODE_ENV?K(!1,"Trying to release an instance into a pool of a different type."):M("25")),e.destructor(),t.instancePool.length<t.poolSize&&t.instancePool.push(e)},ae=re,ie={addPoolingTo:function(e,t){var n=e;return n.instancePool=[],n.getPooled=t||ae,n.poolSize||(n.poolSize=10),n.release=oe,n},oneArgumentPooler:re,twoArgumentPooler:function(e,t){var n=this;if(n.instancePool.length){var r=n.instancePool.pop();return n.call(r,e,t),r}return new n(e,t)},threeArgumentPooler:function(e,t,n){var r=this;if(r.instancePool.length){var o=r.instancePool.pop();return r.call(o,e,t,n),o}return new r(e,t,n)},fourArgumentPooler:function(e,t,n,r){var o=this;if(o.instancePool.length){var a=o.instancePool.pop();return o.call(a,e,t,n,r),a}return new o(e,t,n,r)}},se={current:null},ce="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,ue=Object.prototype.hasOwnProperty,pe={key:!0,ref:!0,__self:!0,__source:!0},le=function(e,t,n,r,o,a,i){var s={$$typeof:ce,type:e,key:t,ref:n,props:i,_owner:a};return"production"!==process.env.NODE_ENV&&(s._store={},B?(Object.defineProperty(s._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(s,"_self",{configurable:!1,enumerable:!1,writable:!1,value:r}),Object.defineProperty(s,"_source",{configurable:!1,enumerable:!1,writable:!1,value:o})):(s._store.validated=!1,s._self=r,s._source=o),Object.freeze&&(Object.freeze(s.props),Object.freeze(s))),s};le.createElement=function(e,t,n){var r,o={},a=null,p=null,l=null,f=null;if(null!=t){i(t)&&(p=t.ref),s(t)&&(a=""+t.key),l=void 0===t.__self?null:t.__self,f=void 0===t.__source?null:t.__source;for(r in t)ue.call(t,r)&&!pe.hasOwnProperty(r)&&(o[r]=t[r])}var d=arguments.length-2;if(1===d)o.children=n;else if(d>1){for(var y=Array(d),m=0;m<d;m++)y[m]=arguments[m+2];"production"!==process.env.NODE_ENV&&Object.freeze&&Object.freeze(y),o.children=y}if(e&&e.defaultProps){var v=e.defaultProps;for(r in v)void 0===o[r]&&(o[r]=v[r])}if("production"!==process.env.NODE_ENV&&(a||p)&&(void 0===o.$$typeof||o.$$typeof!==ce)){var h="function"==typeof e?e.displayName||e.name||"Unknown":e;a&&c(o,h),p&&u(o,h)}return le(e,a,p,l,f,se.current,o)},le.createFactory=function(e){var t=le.createElement.bind(null,e);return t.type=e,t},le.cloneAndReplaceKey=function(e,t){return le(e.type,t,e.ref,e._self,e._source,e._owner,e.props)},le.cloneElement=function(e,t,n){var r,o=V({},e.props),a=e.key,c=e.ref,u=e._self,p=e._source,l=e._owner;if(null!=t){i(t)&&(c=t.ref,l=se.current),s(t)&&(a=""+t.key);var f;e.type&&e.type.defaultProps&&(f=e.type.defaultProps);for(r in t)ue.call(t,r)&&!pe.hasOwnProperty(r)&&(void 0===t[r]&&void 0!==f?o[r]=f[r]:o[r]=t[r])}var d=arguments.length-2;if(1===d)o.children=n;else if(d>1){for(var y=Array(d),m=0;m<d;m++)y[m]=arguments[m+2];o.children=y}return le(e.type,a,c,u,p,l,o)},le.isValidElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===ce};var fe=le,de="function"==typeof Symbol&&Symbol.iterator,ye="@@iterator",me=function(e){var t=e&&(de&&e[de]||e[ye]);if("function"==typeof t)return t},ve={escape:function(e){var t=/[=:]/g,n={"=":"=0",":":"=2"};return"$"+(""+e).replace(t,function(e){return n[e]})},unescape:function(e){var t=/(=0|=2)/g,n={"=0":"=","=2":":"};return(""+("."===e[0]&&"$"===e[1]?e.substring(2):e.substring(1))).replace(t,function(e){return n[e]})}},he=".",ge=":",Ee=!1,be=function(e,t,n){return null==e?0:l(e,"",t,n)},Ne=ie.twoArgumentPooler,_e=ie.fourArgumentPooler,Oe=/\/+/g;d.prototype.destructor=function(){this.func=null,this.context=null,this.count=0},ie.addPoolingTo(d,Ne),m.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},ie.addPoolingTo(m,_e);var De,we,Pe,ke,Ie,Re,je,Ce={forEach:function(e,t,n){if(null==e)return e;var r=d.getPooled(t,n);be(e,y,r),d.release(r)},map:function(e,t,n){if(null==e)return e;var r=[];return h(e,r,null,t,n),r},mapIntoWithKeyPrefixInternal:h,count:function(e,t){return be(e,g,null)},toArray:function(e){var t=[];return h(e,t,null,F.thatReturnsArgument),t}};if("function"==typeof Array.from&&"function"==typeof Map&&E(Map)&&null!=Map.prototype&&"function"==typeof Map.prototype.keys&&E(Map.prototype.keys)&&"function"==typeof Set&&E(Set)&&null!=Set.prototype&&"function"==typeof Set.prototype.keys&&E(Set.prototype.keys)){var Se=new Map,xe=new Set;De=function(e,t){Se.set(e,t)},we=function(e){return Se.get(e)},Pe=function(e){Se.delete(e)},ke=function(){return Array.from(Se.keys())},Ie=function(e){xe.add(e)},Re=function(e){xe.delete(e)},je=function(){return Array.from(xe.keys())}}else{var Ae={},Ve={},Me=function(e){return"."+e},Te=function(e){return parseInt(e.substr(1),10)};De=function(e,t){var n=Me(e);Ae[n]=t},we=function(e){var t=Me(e);return Ae[t]},Pe=function(e){var t=Me(e);delete Ae[t]},ke=function(){return Object.keys(Ae).map(Te)},Ie=function(e){var t=Me(e);Ve[t]=!0},Re=function(e){var t=Me(e);delete Ve[t]},je=function(){return Object.keys(Ve).map(Te)}}var Fe=[],Ye={onSetChildren:function(e,t){var n=we(e);n||("production"!==process.env.NODE_ENV?K(!1,"Item must have been set"):M("144")),n.childIDs=t;for(var r=0;r<t.length;r++){var o=t[r],a=we(o);a||("production"!==process.env.NODE_ENV?K(!1,"Expected hook events to fire for the child before its parent includes it in onSetChildren()."):M("140")),null==a.childIDs&&"object"==typeof a.element&&null!=a.element&&("production"!==process.env.NODE_ENV?K(!1,"Expected onSetChildren() to fire for a container child before its parent includes it in onSetChildren()."):M("141")),a.isMounted||("production"!==process.env.NODE_ENV?K(!1,"Expected onMountComponent() to fire for the child before its parent includes it in onSetChildren()."):M("71")),null==a.parentID&&(a.parentID=e),a.parentID!==e&&("production"!==process.env.NODE_ENV?K(!1,"Expected onBeforeMountComponent() parent and onSetChildren() to be consistent (%s has parents %s and %s).",o,a.parentID,e):M("142",o,a.parentID,e))}},onBeforeMountComponent:function(e,t,n){De(e,{element:t,parentID:n,text:null,childIDs:[],isMounted:!1,updateCount:0})},onBeforeUpdateComponent:function(e,t){var n=we(e);n&&n.isMounted&&(n.element=t)},onMountComponent:function(e){var t=we(e);t||("production"!==process.env.NODE_ENV?K(!1,"Item must have been set"):M("144")),t.isMounted=!0,0===t.parentID&&Ie(e)},onUpdateComponent:function(e){var t=we(e);t&&t.isMounted&&t.updateCount++},onUnmountComponent:function(e){var t=we(e);t&&(t.isMounted=!1,0===t.parentID&&Re(e)),Fe.push(e)},purgeUnmountedComponents:function(){if(!Ye._preventPurging){for(var e=0;e<Fe.length;e++)b(Fe[e]);Fe.length=0}},isMounted:function(e){var t=we(e);return!!t&&t.isMounted},getCurrentStackAddendum:function(e){var t="";if(e){var n=_(e),r=e._owner;t+=N(n,e._source,r&&r.getName())}var o=se.current,a=o&&o._debugID;return t+=Ye.getStackAddendumByID(a)},getStackAddendumByID:function(e){for(var t="";e;)t+=O(e),e=Ye.getParentID(e);return t},getChildIDs:function(e){var t=we(e);return t?t.childIDs:[]},getDisplayName:function(e){var t=Ye.getElement(e);return t?_(t):null},getElement:function(e){var t=we(e);return t?t.element:null},getOwnerID:function(e){var t=Ye.getElement(e);return t&&t._owner?t._owner._debugID:null},getParentID:function(e){var t=we(e);return t?t.parentID:null},getSource:function(e){var t=we(e),n=t?t.element:null;return null!=n?n._source:null},getText:function(e){var t=Ye.getElement(e);return"string"==typeof t?t:"number"==typeof t?""+t:null},getUpdateCount:function(e){var t=we(e);return t?t.updateCount:0},getRootIDs:je,getRegisteredIDs:ke,pushNonStandardWarningStack:function(e,t){if("function"==typeof console.reactStack){var n=[],r=se.current,o=r&&r._debugID;try{for(e&&n.push({name:o?Ye.getDisplayName(o):null,fileName:t?t.fileName:null,lineNumber:t?t.lineNumber:null});o;){var a=Ye.getElement(o),i=Ye.getParentID(o),s=Ye.getOwnerID(o),c=s?Ye.getDisplayName(s):null,u=a&&a._source;n.push({name:c,fileName:u?u.fileName:null,lineNumber:u?u.lineNumber:null}),o=i}}catch(e){}}},popNonStandardWarningStack:function(){console.reactStackEnd}},Ue=Ye,qe={};"production"!==process.env.NODE_ENV&&(qe={prop:"prop",context:"context",childContext:"child context"});var We,Be=qe,$e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";"undefined"!=typeof process&&process.env&&"test"===process.env.NODE_ENV&&(We=Ue);var Ge={},ze=function(e,t,n,r,o,a){for(var i in e)if(e.hasOwnProperty(i)){var s;try{"function"!=typeof e[i]&&("production"!==process.env.NODE_ENV?K(!1,"%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.",r||"React class",Be[n],i):M("84",r||"React class",Be[n],i)),s=e[i](t,i,r,n,null,$e)}catch(e){s=e}if("production"!==process.env.NODE_ENV&&U(!s||s instanceof Error,"%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",r||"React class",Be[n],i,typeof s),s instanceof Error&&!(s.message in Ge)){Ge[s.message]=!0;var c="";"production"!==process.env.NODE_ENV&&(We||(We=Ue),null!==a?c=We.getStackAddendumByID(a):null!==o&&(c=We.getCurrentStackAddendum(o))),"production"!==process.env.NODE_ENV&&U(!1,"Failed %s type: %s%s",n,s.message,c)}}},Ke={},Je={createElement:function(e,t,n){var r="string"==typeof e||"function"==typeof e;if(!r&&"function"!=typeof e&&"string"!=typeof e){var o="";(void 0===e||"object"==typeof e&&null!==e&&0===Object.keys(e).length)&&(o+=" You likely forgot to export your component from the file it's defined in.");var a=w(t);o+=a||D(),o+=Ue.getCurrentStackAddendum();var i=null!==t&&void 0!==t&&void 0!==t.__source?t.__source:null;Ue.pushNonStandardWarningStack(!0,i),"production"!==process.env.NODE_ENV&&U(!1,"React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",null==e?e:typeof e,o),Ue.popNonStandardWarningStack()}var s=fe.createElement.apply(this,arguments);if(null==s)return s;if(r)for(var c=2;c<arguments.length;c++)I(arguments[c],e);return R(s),s},createFactory:function(e){var t=Je.createElement.bind(null,e);return t.type=e,"production"!==process.env.NODE_ENV&&B&&Object.defineProperty(t,"type",{enumerable:!1,get:function(){return H(!1,"Factory.type is deprecated. Access the class directly before passing it to createFactory."),Object.defineProperty(this,"type",{value:e}),e}}),t},cloneElement:function(e,t,n){for(var r=fe.cloneElement.apply(this,arguments),o=2;o<arguments.length;o++)I(arguments[o],r.type);return R(r),r}},Le=Je,He=fe.createFactory;"production"!==process.env.NODE_ENV&&(He=Le.createFactory);var Xe={a:He("a"),abbr:He("abbr"),address:He("address"),area:He("area"),article:He("article"),aside:He("aside"),audio:He("audio"),b:He("b"),base:He("base"),bdi:He("bdi"),bdo:He("bdo"),big:He("big"),blockquote:He("blockquote"),body:He("body"),br:He("br"),button:He("button"),canvas:He("canvas"),caption:He("caption"),cite:He("cite"),code:He("code"),col:He("col"),colgroup:He("colgroup"),data:He("data"),datalist:He("datalist"),dd:He("dd"),del:He("del"),details:He("details"),dfn:He("dfn"),dialog:He("dialog"),div:He("div"),dl:He("dl"),dt:He("dt"),em:He("em"),embed:He("embed"),fieldset:He("fieldset"),figcaption:He("figcaption"),figure:He("figure"),footer:He("footer"),form:He("form"),h1:He("h1"),h2:He("h2"),h3:He("h3"),h4:He("h4"),h5:He("h5"),h6:He("h6"),head:He("head"),header:He("header"),hgroup:He("hgroup"),hr:He("hr"),html:He("html"),i:He("i"),iframe:He("iframe"),img:He("img"),input:He("input"),ins:He("ins"),kbd:He("kbd"),keygen:He("keygen"),label:He("label"),legend:He("legend"),li:He("li"),link:He("link"),main:He("main"),map:He("map"),mark:He("mark"),menu:He("menu"),menuitem:He("menuitem"),meta:He("meta"),meter:He("meter"),nav:He("nav"),noscript:He("noscript"),object:He("object"),ol:He("ol"),optgroup:He("optgroup"),option:He("option"),output:He("output"),p:He("p"),param:He("param"),picture:He("picture"),pre:He("pre"),progress:He("progress"),q:He("q"),rp:He("rp"),rt:He("rt"),ruby:He("ruby"),s:He("s"),samp:He("samp"),script:He("script"),section:He("section"),select:He("select"),small:He("small"),source:He("source"),span:He("span"),strong:He("strong"),style:He("style"),sub:He("sub"),summary:He("summary"),sup:He("sup"),table:He("table"),tbody:He("tbody"),td:He("td"),textarea:He("textarea"),tfoot:He("tfoot"),th:He("th"),thead:He("thead"),time:He("time"),title:He("title"),tr:He("tr"),track:He("track"),u:He("u"),ul:He("ul"),var:He("var"),video:He("video"),wbr:He("wbr"),circle:He("circle"),clipPath:He("clipPath"),defs:He("defs"),ellipse:He("ellipse"),g:He("g"),image:He("image"),line:He("line"),linearGradient:He("linearGradient"),mask:He("mask"),path:He("path"),pattern:He("pattern"),polygon:He("polygon"),polyline:He("polyline"),radialGradient:He("radialGradient"),rect:He("rect"),stop:He("stop"),svg:He("svg"),text:He("text"),tspan:He("tspan")},Qe="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";if("production"!==process.env.NODE_ENV)var Ze=K,et=U,tt=Qe,nt={};var rt=function(e,t,n,r,o){if("production"!==process.env.NODE_ENV)for(var a in e)if(e.hasOwnProperty(a)){var i;try{Ze("function"==typeof e[a],"%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.",r||"React class",n,a),i=e[a](t,a,r,n,null,tt)}catch(e){i=e}if(et(!i||i instanceof Error,"%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",r||"React class",n,a,typeof i),i instanceof Error&&!(i.message in nt)){nt[i.message]=!0;var s=o?o():"";et(!1,"Failed %s type: %s%s",n,i.message,null!=s?s:"")}}},ot=function(e,t){function n(e){var t=e&&(d&&e[d]||e[y]);if("function"==typeof t)return t}function r(e,t){return e===t?0!==e||1/e==1/t:e!==e&&t!==t}function o(e){this.message=e,this.stack=""}function a(e){function n(n,i,s,c,u,p,l){if(c=c||m,p=p||s,l!==Qe)if(t)K(!1,"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");else if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var f=c+":"+s;!r[f]&&a<3&&(U(!1,"You are manually calling a React.PropTypes validation function for the `%s` prop on `%s`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.",p,c),r[f]=!0,a++)}return null==i[s]?n?new o(null===i[s]?"The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `null`.":"The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(i,s,c,u,p)}if("production"!==process.env.NODE_ENV)var r={},a=0;var i=n.bind(null,!1);return i.isRequired=n.bind(null,!0),i}function i(e){return a(function(t,n,r,a,i,s){var c=t[n];return u(c)!==e?new o("Invalid "+a+" `"+i+"` of type `"+p(c)+"` supplied to `"+r+"`, expected `"+e+"`."):null})}function s(t){switch(typeof t){case"number":case"string":case"undefined":return!0;case"boolean":return!t;case"object":if(Array.isArray(t))return t.every(s);if(null===t||e(t))return!0;var r=n(t);if(!r)return!1;var o,a=r.call(t);if(r!==t.entries){for(;!(o=a.next()).done;)if(!s(o.value))return!1}else for(;!(o=a.next()).done;){var i=o.value;if(i&&!s(i[1]))return!1}return!0;default:return!1}}function c(e,t){return"symbol"===e||("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}function u(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":c(t,e)?"symbol":t}function p(e){if(void 0===e||null===e)return""+e;var t=u(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function l(e){var t=p(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}function f(e){return e.constructor&&e.constructor.name?e.constructor.name:m}var d="function"==typeof Symbol&&Symbol.iterator,y="@@iterator",m="<<anonymous>>",v={array:i("array"),bool:i("boolean"),func:i("function"),number:i("number"),object:i("object"),string:i("string"),symbol:i("symbol"),any:a(F.thatReturnsNull),arrayOf:function(e){return a(function(t,n,r,a,i){if("function"!=typeof e)return new o("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var s=t[n];if(!Array.isArray(s))return new o("Invalid "+a+" `"+i+"` of type `"+u(s)+"` supplied to `"+r+"`, expected an array.");for(var c=0;c<s.length;c++){var p=e(s,c,r,a,i+"["+c+"]",Qe);if(p instanceof Error)return p}return null})},element:function(){return a(function(t,n,r,a,i){var s=t[n];return e(s)?null:new o("Invalid "+a+" `"+i+"` of type `"+u(s)+"` supplied to `"+r+"`, expected a single ReactElement.")})}(),instanceOf:function(e){return a(function(t,n,r,a,i){if(!(t[n]instanceof e)){var s=e.name||m;return new o("Invalid "+a+" `"+i+"` of type `"+f(t[n])+"` supplied to `"+r+"`, expected instance of `"+s+"`.")}return null})},node:function(){return a(function(e,t,n,r,a){return s(e[t])?null:new o("Invalid "+r+" `"+a+"` supplied to `"+n+"`, expected a ReactNode.")})}(),objectOf:function(e){return a(function(t,n,r,a,i){if("function"!=typeof e)return new o("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var s=t[n],c=u(s);if("object"!==c)return new o("Invalid "+a+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected an object.");for(var p in s)if(s.hasOwnProperty(p)){var l=e(s,p,r,a,i+"."+p,Qe);if(l instanceof Error)return l}return null})},oneOf:function(e){return Array.isArray(e)?a(function(t,n,a,i,s){for(var c=t[n],u=0;u<e.length;u++)if(r(c,e[u]))return null;return new o("Invalid "+i+" `"+s+"` of value `"+c+"` supplied to `"+a+"`, expected one of "+JSON.stringify(e)+".")}):("production"!==process.env.NODE_ENV&&U(!1,"Invalid argument supplied to oneOf, expected an instance of array."),F.thatReturnsNull)},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&U(!1,"Invalid argument supplied to oneOfType, expected an instance of array."),F.thatReturnsNull;for(var t=0;t<e.length;t++){var n=e[t];if("function"!=typeof n)return U(!1,"Invalid argument supplid to oneOfType. Expected an array of check functions, but received %s at index %s.",l(n),t),F.thatReturnsNull}return a(function(t,n,r,a,i){for(var s=0;s<e.length;s++)if(null==(0,e[s])(t,n,r,a,i,Qe))return null;return new o("Invalid "+a+" `"+i+"` supplied to `"+r+"`.")})},shape:function(e){return a(function(t,n,r,a,i){var s=t[n],c=u(s);if("object"!==c)return new o("Invalid "+a+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected `object`.");for(var p in e){var l=e[p];if(l){var f=l(s,p,r,a,i+"."+p,Qe);if(f)return f}}return null})}};return o.prototype=Error.prototype,v.checkPropTypes=rt,v.PropTypes=v,v},at=function(e){return ot(e,!1)}(fe.isValidElement);if("production"!==process.env.NODE_ENV)var it=U;var st,ct="mixins";st="production"!==process.env.NODE_ENV?{prop:"prop",context:"context",childContext:"child context"}:{};var ut=function(e,t,n){function r(e,t,n){for(var r in t)t.hasOwnProperty(r)&&"production"!==process.env.NODE_ENV&&it("function"==typeof t[r],"%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.",e.displayName||"ReactClass",st[n],r)}function o(e,t){var n=d.hasOwnProperty(t)?d[t]:null;h.hasOwnProperty(t)&&K("OVERRIDE_BASE"===n,"ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.",t),e&&K("DEFINE_MANY"===n||"DEFINE_MANY_MERGED"===n,"ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",t)}function a(e,n){if(n){K("function"!=typeof n,"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."),K(!t(n),"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.");var r=e.prototype,a=r.__reactAutoBindPairs;n.hasOwnProperty(ct)&&y.mixins(e,n.mixins);for(var i in n)if(n.hasOwnProperty(i)&&i!==ct){var s=n[i],p=r.hasOwnProperty(i);if(o(p,i),y.hasOwnProperty(i))y[i](e,s);else{var l=d.hasOwnProperty(i);if("function"!=typeof s||l||p||!1===n.autobind)if(p){var f=d[i];K(l&&("DEFINE_MANY_MERGED"===f||"DEFINE_MANY"===f),"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.",f,i),"DEFINE_MANY_MERGED"===f?r[i]=c(r[i],s):"DEFINE_MANY"===f&&(r[i]=u(r[i],s))}else r[i]=s,"production"!==process.env.NODE_ENV&&"function"==typeof s&&n.displayName&&(r[i].displayName=n.displayName+"_"+i);else a.push(i,s),r[i]=s}}}else if("production"!==process.env.NODE_ENV){var m=typeof n,v="object"===m&&null!==n;"production"!==process.env.NODE_ENV&&it(v,"%s: You're attempting to include a mixin that is either null or not an object. Check the mixins included by the component, as well as any mixins they include themselves. Expected object but got %s.",e.displayName||"ReactClass",null===n?null:m)}}function i(e,t){if(t)for(var n in t){var r=t[n];t.hasOwnProperty(n)&&(K(!(n in y),'ReactClass: You are attempting to define a reserved property, `%s`, that shouldn\'t be on the "statics" key. Define it as an instance property instead; it will still be accessible on the constructor.',n),K(!(n in e),"ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",n),e[n]=r)}}function s(e,t){K(e&&t&&"object"==typeof e&&"object"==typeof t,"mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects.");for(var n in t)t.hasOwnProperty(n)&&(K(void 0===e[n],"mergeIntoWithNoDuplicateKeys(): Tried to merge two objects with the same key: `%s`. This conflict may be due to a mixin; in particular, this may be caused by two getInitialState() or getDefaultProps() methods returning objects with clashing keys.",n),e[n]=t[n]);return e}function c(e,t){return function(){var n=e.apply(this,arguments),r=t.apply(this,arguments);if(null==n)return r;if(null==r)return n;var o={};return s(o,n),s(o,r),o}}function u(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}function p(e,t){var n=t.bind(e);if("production"!==process.env.NODE_ENV){n.__reactBoundContext=e,n.__reactBoundMethod=t,n.__reactBoundArguments=null;var r=e.constructor.displayName,o=n.bind;n.bind=function(a){for(var i=arguments.length,s=Array(i>1?i-1:0),c=1;c<i;c++)s[c-1]=arguments[c];if(a!==e&&null!==a)"production"!==process.env.NODE_ENV&&it(!1,"bind(): React component methods may only be bound to the component instance. See %s",r);else if(!s.length)return"production"!==process.env.NODE_ENV&&it(!1,"bind(): You are binding a component method to the component. React does this for you automatically in a high-performance way, so you can safely remove this call. See %s",r),n;var u=o.apply(n,arguments);return u.__reactBoundContext=e,u.__reactBoundMethod=t,u.__reactBoundArguments=s,u}}return n}function l(e){for(var t=e.__reactAutoBindPairs,n=0;n<t.length;n+=2){var r=t[n],o=t[n+1];e[r]=p(e,o)}}var f=[],d={mixins:"DEFINE_MANY",statics:"DEFINE_MANY",propTypes:"DEFINE_MANY",contextTypes:"DEFINE_MANY",childContextTypes:"DEFINE_MANY",getDefaultProps:"DEFINE_MANY_MERGED",getInitialState:"DEFINE_MANY_MERGED",getChildContext:"DEFINE_MANY_MERGED",render:"DEFINE_ONCE",componentWillMount:"DEFINE_MANY",componentDidMount:"DEFINE_MANY",componentWillReceiveProps:"DEFINE_MANY",shouldComponentUpdate:"DEFINE_ONCE",componentWillUpdate:"DEFINE_MANY",componentDidUpdate:"DEFINE_MANY",componentWillUnmount:"DEFINE_MANY",updateComponent:"OVERRIDE_BASE"},y={displayName:function(e,t){e.displayName=t},mixins:function(e,t){if(t)for(var n=0;n<t.length;n++)a(e,t[n])},childContextTypes:function(e,t){"production"!==process.env.NODE_ENV&&r(e,t,"childContext"),e.childContextTypes=V({},e.childContextTypes,t)},contextTypes:function(e,t){"production"!==process.env.NODE_ENV&&r(e,t,"context"),e.contextTypes=V({},e.contextTypes,t)},getDefaultProps:function(e,t){e.getDefaultProps?e.getDefaultProps=c(e.getDefaultProps,t):e.getDefaultProps=t},propTypes:function(e,t){"production"!==process.env.NODE_ENV&&r(e,t,"prop"),e.propTypes=V({},e.propTypes,t)},statics:function(e,t){i(e,t)},autobind:function(){}},m={componentDidMount:function(){this.__isMounted=!0}},v={componentWillUnmount:function(){this.__isMounted=!1}},h={replaceState:function(e,t){this.updater.enqueueReplaceState(this,e,t)},isMounted:function(){return"production"!==process.env.NODE_ENV&&(it(this.__didWarnIsMounted,"%s: isMounted is deprecated. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks.",this.constructor&&this.constructor.displayName||this.name||"Component"),this.__didWarnIsMounted=!0),!!this.__isMounted}},g=function(){};return V(g.prototype,e.prototype,h),function(e){var t=j(function(e,r,o){"production"!==process.env.NODE_ENV&&it(this instanceof t,"Something is calling a React component directly. Use a factory or JSX instead. See: https://fb.me/react-legacyfactory"),this.__reactAutoBindPairs.length&&l(this),this.props=e,this.context=r,this.refs=G,this.updater=o||n,this.state=null;var a=this.getInitialState?this.getInitialState():null;"production"!==process.env.NODE_ENV&&void 0===a&&this.getInitialState._isMockFunction&&(a=null),K("object"==typeof a&&!Array.isArray(a),"%s.getInitialState(): must return an object or null",t.displayName||"ReactCompositeComponent"),this.state=a});t.prototype=new g,t.prototype.constructor=t,t.prototype.__reactAutoBindPairs=[],f.forEach(a.bind(null,t)),a(t,m),a(t,e),a(t,v),t.getDefaultProps&&(t.defaultProps=t.getDefaultProps()),"production"!==process.env.NODE_ENV&&(t.getDefaultProps&&(t.getDefaultProps.isReactClassApproved={}),t.prototype.getInitialState&&(t.prototype.getInitialState.isReactClassApproved={})),K(t.prototype.render,"createClass(...): Class specification must implement a `render` method."),"production"!==process.env.NODE_ENV&&(it(!t.prototype.componentShouldUpdate,"%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",e.displayName||"A component"),it(!t.prototype.componentWillRecieveProps,"%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",e.displayName||"A component"));for(var r in d)t.prototype[r]||(t.prototype[r]=null);return t}}(ne.Component,fe.isValidElement,q),pt=fe.createElement,lt=fe.createFactory,ft=fe.cloneElement;if("production"!==process.env.NODE_ENV){var dt=H,yt=B,mt=Le,vt=!1;pt=mt.createElement,lt=mt.createFactory,ft=mt.cloneElement}var ht=V,gt=function(e){return e};if("production"!==process.env.NODE_ENV){var Et=!1,bt=!1;ht=function(){return dt(Et,"React.__spread is deprecated and should not be used. Use Object.assign directly or another helper function with similar semantics. You may be seeing this warning due to your compiler. See https://fb.me/react-spread-deprecation for more details."),Et=!0,V.apply(null,arguments)},gt=function(e){return dt(bt,"React.createMixin is deprecated and should not be used. In React v16.0, it will be removed. You can use this mixin directly instead. See https://fb.me/createmixin-was-never-implemented for more info."),bt=!0,e}}var Nt={Children:{map:Ce.map,forEach:Ce.forEach,count:Ce.count,toArray:Ce.toArray,only:function(e){return fe.isValidElement(e)||("production"!==process.env.NODE_ENV?K(!1,"React.Children.only expected to receive a single React element child."):M("143")),e}},Component:ne.Component,PureComponent:ne.PureComponent,createElement:pt,cloneElement:ft,isValidElement:fe.isValidElement,PropTypes:at,createClass:ut,createFactory:lt,createMixin:gt,DOM:Xe,version:"15.6.1",__spread:ht};if("production"!==process.env.NODE_ENV){var _t=!1;yt&&(Object.defineProperty(Nt,"PropTypes",{get:function(){return dt(vt,"Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on usage, compatibility, migration and more, see https://fb.me/prop-types-docs"),vt=!0,at}}),Object.defineProperty(Nt,"createClass",{get:function(){return dt(_t,"Accessing createClass via the main React package is deprecated, and will be removed in React v16.0. Use a plain JavaScript class instead. If you're not yet ready to migrate, create-react-class v15.* is available on npm as a temporary, drop-in replacement. For more info see https://fb.me/react-create-class"),_t=!0,ut}})),Nt.DOM={};var Ot=!1;Object.keys(Xe).forEach(function(e){Nt.DOM[e]=function(){return Ot||(dt(!1,"Accessing factories like React.DOM.%s has been deprecated and will be removed in v16.0+. Use the react-dom-factories package instead. Version 1.0 provides a drop-in replacement. For more info, see https://fb.me/react-dom-factories",e),Ot=!0),Xe[e].apply(Xe,arguments)}})}var Dt=Nt;const wt=Object.assign||function(e){for(var t,n=1;n<arguments.length;n++){t=arguments[n];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e};return{getAsyncComponent:function(e){return function(t){function n(e){t.call(this,e),this.state={Component:null}}return C(n,t),n.prototype.componentWillMount=function(){var t=this;this.state.Component||e().then(function(e){t.setState({Component:e.default?e.default:e})})},n.prototype.render=function(){var e=this.state.Component;return e?Dt.createElement(e,wt({},this.props)):null},n}(Dt.Component)}}}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.AsyncReactComponent=t()}(this,function(){"use strict";function e(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function t(e){return function(){return e}}function n(e,t){if("production"!==process.env.NODE_ENV){var n=e.constructor;"production"!==process.env.NODE_ENV&&U(!1,"%s(...): Can only update a mounted or mounting component. This usually means you called %s() on an unmounted component. This is a no-op. Please check the code for the %s component.",t,t,n&&(n.displayName||n.name)||"ReactClass")}}function r(e,t,n){this.props=e,this.context=t,this.refs=G,this.updater=n||q}function o(e,t,n){this.props=e,this.context=t,this.refs=G,this.updater=n||q}function a(){}function i(e){if("production"!==process.env.NODE_ENV&&ue.call(e,"ref")){var t=Object.getOwnPropertyDescriptor(e,"ref").get;if(t&&t.isReactWarning)return!1}return void 0!==e.ref}function s(e){if("production"!==process.env.NODE_ENV&&ue.call(e,"key")){var t=Object.getOwnPropertyDescriptor(e,"key").get;if(t&&t.isReactWarning)return!1}return void 0!==e.key}function c(e,t){var n=function(){ee||(ee=!0,"production"!==process.env.NODE_ENV&&U(!1,"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props)",t))};n.isReactWarning=!0,Object.defineProperty(e,"key",{get:n,configurable:!0})}function u(e,t){var n=function(){te||(te=!0,"production"!==process.env.NODE_ENV&&U(!1,"%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props)",t))};n.isReactWarning=!0,Object.defineProperty(e,"ref",{get:n,configurable:!0})}function p(e,t){return e&&"object"==typeof e&&null!=e.key?ve.escape(e.key):t.toString(36)}function l(e,t,n,r){var o=typeof e;if("undefined"!==o&&"boolean"!==o||(e=null),null===e||"string"===o||"number"===o||"object"===o&&e.$$typeof===ce)return n(r,e,""===t?he+p(e,0):t),1;var a,i=0,s=""===t?he:t+ge;if(Array.isArray(e))for(var c=0;c<e.length;c++)i+=l(a=e[c],s+p(a,c),n,r);else{var u=me(e);if(u){var f,d=u.call(e);if(u!==e.entries)for(var y=0;!(f=d.next()).done;)i+=l(a=f.value,s+p(a,y++),n,r);else{if("production"!==process.env.NODE_ENV){var m="";if(se.current){var v=se.current.getName();v&&(m=" Check the render method of `"+v+"`.")}"production"!==process.env.NODE_ENV&&U(Ee,"Using Maps as children is not yet fully supported. It is an experimental feature that might be removed. Convert it to a sequence / iterable of keyed ReactElements instead.%s",m),Ee=!0}for(;!(f=d.next()).done;){var h=f.value;h&&(i+=l(a=h[1],s+ve.escape(h[0])+ge+p(a,0),n,r))}}}else if("object"===o){var g="";if("production"!==process.env.NODE_ENV&&(g=" If you meant to render a collection of children, use an array instead or wrap the object using createFragment(object) from the React add-ons.",e._isReactElement&&(g=" It looks like you're using an element created by a different version of React. Make sure to use only one copy of React."),se.current)){var E=se.current.getName();E&&(g+=" Check the render method of `"+E+"`.")}var b=String(e);"production"!==process.env.NODE_ENV?K(!1,"Objects are not valid as a React child (found: %s).%s","[object Object]"===b?"object with keys {"+Object.keys(e).join(", ")+"}":b,g):M("31","[object Object]"===b?"object with keys {"+Object.keys(e).join(", ")+"}":b,g)}}return i}function f(e){return(""+e).replace(Oe,"$&/")}function d(e,t){this.func=e,this.context=t,this.count=0}function y(e,t,n){var r=e.func,o=e.context;r.call(o,t,e.count++)}function m(e,t,n,r){this.result=e,this.keyPrefix=t,this.func=n,this.context=r,this.count=0}function v(e,t,n){var r=e.result,o=e.keyPrefix,a=e.func,i=e.context,s=a.call(i,t,e.count++);Array.isArray(s)?h(s,r,n,F.thatReturnsArgument):null!=s&&(fe.isValidElement(s)&&(s=fe.cloneAndReplaceKey(s,o+(!s.key||t&&t.key===s.key?"":f(s.key)+"/")+n)),r.push(s))}function h(e,t,n,r,o){var a="";null!=n&&(a=f(n)+"/");var i=m.getPooled(t,a,r,o);be(e,v,i),m.release(i)}function g(e,t,n){return null}function E(e){var t=Function.prototype.toString,n=Object.prototype.hasOwnProperty,r=RegExp("^"+t.call(n).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");try{var o=t.call(e);return r.test(o)}catch(e){return!1}}function b(e){var t=we(e);if(t){var n=t.childIDs;Pe(e),n.forEach(b)}}function N(e,t,n){return"\n in "+(e||"Unknown")+(t?" (at "+t.fileName.replace(/^.*[\\\/]/,"")+":"+t.lineNumber+")":n?" (created by "+n+")":"")}function _(e){return null==e?"#empty":"string"==typeof e||"number"==typeof e?"#text":"string"==typeof e.type?e.type:e.type.displayName||e.type.name||"Unknown"}function O(e){var t,n=Ye.getDisplayName(e),r=Ye.getElement(e),o=Ye.getOwnerID(e);return o&&(t=Ye.getDisplayName(o)),"production"!==process.env.NODE_ENV&&U(r,"ReactComponentTreeHook: Missing React element for debugID %s when building stack",e),N(n,r&&r._source,t)}function D(){if(se.current){var e=se.current.getName();if(e)return" Check the render method of `"+e+"`."}return""}function w(e){if(null!==e&&void 0!==e&&void 0!==e.__source){var t=e.__source;return" Check your code at "+t.fileName.replace(/^.*[\\\/]/,"")+":"+t.lineNumber+"."}return""}function P(e){var t=D();if(!t){var n="string"==typeof e?e:e.displayName||e.name;n&&(t=" Check the top-level render call using <"+n+">.")}return t}function k(e,t){if(e._store&&!e._store.validated&&null==e.key){e._store.validated=!0;var n=Ke.uniqueKey||(Ke.uniqueKey={}),r=P(t);if(!n[r]){n[r]=!0;var o="";e&&e._owner&&e._owner!==se.current&&(o=" It was passed a child from "+e._owner.getName()+"."),"production"!==process.env.NODE_ENV&&U(!1,'Each child in an array or iterator should have a unique "key" prop.%s%s See https://fb.me/react-warning-keys for more information.%s',r,o,Ue.getCurrentStackAddendum(e))}}}function I(e,t){if("object"==typeof e)if(Array.isArray(e))for(var n=0;n<e.length;n++){var r=e[n];fe.isValidElement(r)&&k(r,t)}else if(fe.isValidElement(e))e._store&&(e._store.validated=!0);else if(e){var o=me(e);if(o&&o!==e.entries)for(var a,i=o.call(e);!(a=i.next()).done;)fe.isValidElement(a.value)&&k(a.value,t)}}function R(e){var t=e.type;if("function"==typeof t){var n=t.displayName||t.name;t.propTypes&&ze(t.propTypes,e.props,"prop",n,e,null),"function"==typeof t.getDefaultProps&&"production"!==process.env.NODE_ENV&&U(t.getDefaultProps.isReactClassApproved,"getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function j(e){return e}function C(e,t){function n(){this.constructor=e}for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r]);e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var S=Object.getOwnPropertySymbols,x=Object.prototype.hasOwnProperty,A=Object.prototype.propertyIsEnumerable,V=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(e){r[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(t,n){for(var r,o,a=e(t),i=1;i<arguments.length;i++){r=Object(arguments[i]);for(var s in r)x.call(r,s)&&(a[s]=r[s]);if(S){o=S(r);for(var c=0;c<o.length;c++)A.call(r,o[c])&&(a[o[c]]=r[o[c]])}}return a},M=function(e){for(var t=arguments.length-1,n="Minified React error #"+e+"; visit http://facebook.github.io/react/docs/error-decoder.html?invariant="+e,r=0;r<t;r++)n+="&args[]="+encodeURIComponent(arguments[r+1]);n+=" for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";var o=new Error(n);throw o.name="Invariant Violation",o.framesToPop=1,o},T=function(){};T.thatReturns=t,T.thatReturnsFalse=t(!1),T.thatReturnsTrue=t(!0),T.thatReturnsNull=t(null),T.thatReturnsThis=function(){return this},T.thatReturnsArgument=function(e){return e};var F=T,Y=F;"production"!==process.env.NODE_ENV&&function(){var e=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=0,a="Warning: "+e.replace(/%s/g,function(){return n[o++]});try{throw new Error(a)}catch(e){}};Y=function(t,n){if(void 0===n)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");if(0!==n.indexOf("Failed Composite propType: ")&&!t){for(var r=arguments.length,o=Array(r>2?r-2:0),a=2;a<r;a++)o[a-2]=arguments[a];e.apply(void 0,[n].concat(o))}}}();var U=Y,q={isMounted:function(e){return!1},enqueueCallback:function(e,t){},enqueueForceUpdate:function(e){n(e,"forceUpdate")},enqueueReplaceState:function(e,t){n(e,"replaceState")},enqueueSetState:function(e,t){n(e,"setState")}},W=!1;if("production"!==process.env.NODE_ENV)try{Object.defineProperty({},"x",{get:function(){}}),W=!0}catch(e){}var B=W,$={};"production"!==process.env.NODE_ENV&&Object.freeze($);var G=$,z=function(e){};"production"!==process.env.NODE_ENV&&(z=function(e){if(void 0===e)throw new Error("invariant requires an error message argument")});var K=function(e,t,n,r,o,a,i,s){if(z(t),!e){var c;if(void 0===t)c=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[n,r,o,a,i,s],p=0;(c=new Error(t.replace(/%s/g,function(){return u[p++]}))).name="Invariant Violation"}throw c.framesToPop=1,c}},J=function(){};if("production"!==process.env.NODE_ENV){var L=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=0,a="Warning: "+e.replace(/%s/g,function(){return n[o++]});try{throw new Error(a)}catch(e){}};J=function(e,t){if(void 0===t)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");if(!e){for(var n=arguments.length,r=Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];L.apply(void 0,[t].concat(r))}}}var H=J;if(r.prototype.isReactComponent={},r.prototype.setState=function(e,t){"object"!=typeof e&&"function"!=typeof e&&null!=e&&("production"!==process.env.NODE_ENV?K(!1,"setState(...): takes an object of state variables to update or a function which returns an object of state variables."):M("85")),this.updater.enqueueSetState(this,e),t&&this.updater.enqueueCallback(this,t,"setState")},r.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this),e&&this.updater.enqueueCallback(this,e,"forceUpdate")},"production"!==process.env.NODE_ENV){var X={isMounted:["isMounted","Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],replaceState:["replaceState","Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]},Q=function(e,t){B&&Object.defineProperty(r.prototype,e,{get:function(){H(!1,"%s(...) is deprecated in plain JavaScript React classes. %s",t[0],t[1])}})};for(var Z in X)X.hasOwnProperty(Z)&&Q(Z,X[Z])}a.prototype=r.prototype,(o.prototype=new a).constructor=o,V(o.prototype,r.prototype),o.prototype.isPureReactComponent=!0;var ee,te,ne={Component:r,PureComponent:o},re=function(e){var t=this;if(t.instancePool.length){var n=t.instancePool.pop();return t.call(n,e),n}return new t(e)},oe=function(e){var t=this;e instanceof t||("production"!==process.env.NODE_ENV?K(!1,"Trying to release an instance into a pool of a different type."):M("25")),e.destructor(),t.instancePool.length<t.poolSize&&t.instancePool.push(e)},ae=re,ie={addPoolingTo:function(e,t){var n=e;return n.instancePool=[],n.getPooled=t||ae,n.poolSize||(n.poolSize=10),n.release=oe,n},oneArgumentPooler:re,twoArgumentPooler:function(e,t){var n=this;if(n.instancePool.length){var r=n.instancePool.pop();return n.call(r,e,t),r}return new n(e,t)},threeArgumentPooler:function(e,t,n){var r=this;if(r.instancePool.length){var o=r.instancePool.pop();return r.call(o,e,t,n),o}return new r(e,t,n)},fourArgumentPooler:function(e,t,n,r){var o=this;if(o.instancePool.length){var a=o.instancePool.pop();return o.call(a,e,t,n,r),a}return new o(e,t,n,r)}},se={current:null},ce="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,ue=Object.prototype.hasOwnProperty,pe={key:!0,ref:!0,__self:!0,__source:!0},le=function(e,t,n,r,o,a,i){var s={$$typeof:ce,type:e,key:t,ref:n,props:i,_owner:a};return"production"!==process.env.NODE_ENV&&(s._store={},B?(Object.defineProperty(s._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(s,"_self",{configurable:!1,enumerable:!1,writable:!1,value:r}),Object.defineProperty(s,"_source",{configurable:!1,enumerable:!1,writable:!1,value:o})):(s._store.validated=!1,s._self=r,s._source=o),Object.freeze&&(Object.freeze(s.props),Object.freeze(s))),s};le.createElement=function(e,t,n){var r,o={},a=null,p=null,l=null,f=null;if(null!=t){i(t)&&(p=t.ref),s(t)&&(a=""+t.key),l=void 0===t.__self?null:t.__self,f=void 0===t.__source?null:t.__source;for(r in t)ue.call(t,r)&&!pe.hasOwnProperty(r)&&(o[r]=t[r])}var d=arguments.length-2;if(1===d)o.children=n;else if(d>1){for(var y=Array(d),m=0;m<d;m++)y[m]=arguments[m+2];"production"!==process.env.NODE_ENV&&Object.freeze&&Object.freeze(y),o.children=y}if(e&&e.defaultProps){var v=e.defaultProps;for(r in v)void 0===o[r]&&(o[r]=v[r])}if("production"!==process.env.NODE_ENV&&(a||p)&&(void 0===o.$$typeof||o.$$typeof!==ce)){var h="function"==typeof e?e.displayName||e.name||"Unknown":e;a&&c(o,h),p&&u(o,h)}return le(e,a,p,l,f,se.current,o)},le.createFactory=function(e){var t=le.createElement.bind(null,e);return t.type=e,t},le.cloneAndReplaceKey=function(e,t){return le(e.type,t,e.ref,e._self,e._source,e._owner,e.props)},le.cloneElement=function(e,t,n){var r,o=V({},e.props),a=e.key,c=e.ref,u=e._self,p=e._source,l=e._owner;if(null!=t){i(t)&&(c=t.ref,l=se.current),s(t)&&(a=""+t.key);var f;e.type&&e.type.defaultProps&&(f=e.type.defaultProps);for(r in t)ue.call(t,r)&&!pe.hasOwnProperty(r)&&(void 0===t[r]&&void 0!==f?o[r]=f[r]:o[r]=t[r])}var d=arguments.length-2;if(1===d)o.children=n;else if(d>1){for(var y=Array(d),m=0;m<d;m++)y[m]=arguments[m+2];o.children=y}return le(e.type,a,c,u,p,l,o)},le.isValidElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===ce};var fe=le,de="function"==typeof Symbol&&Symbol.iterator,ye="@@iterator",me=function(e){var t=e&&(de&&e[de]||e[ye]);if("function"==typeof t)return t},ve={escape:function(e){var t=/[=:]/g,n={"=":"=0",":":"=2"};return"$"+(""+e).replace(t,function(e){return n[e]})},unescape:function(e){var t=/(=0|=2)/g,n={"=0":"=","=2":":"};return(""+("."===e[0]&&"$"===e[1]?e.substring(2):e.substring(1))).replace(t,function(e){return n[e]})}},he=".",ge=":",Ee=!1,be=function(e,t,n){return null==e?0:l(e,"",t,n)},Ne=ie.twoArgumentPooler,_e=ie.fourArgumentPooler,Oe=/\/+/g;d.prototype.destructor=function(){this.func=null,this.context=null,this.count=0},ie.addPoolingTo(d,Ne),m.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},ie.addPoolingTo(m,_e);var De,we,Pe,ke,Ie,Re,je,Ce={forEach:function(e,t,n){if(null==e)return e;var r=d.getPooled(t,n);be(e,y,r),d.release(r)},map:function(e,t,n){if(null==e)return e;var r=[];return h(e,r,null,t,n),r},mapIntoWithKeyPrefixInternal:h,count:function(e,t){return be(e,g,null)},toArray:function(e){var t=[];return h(e,t,null,F.thatReturnsArgument),t}};if("function"==typeof Array.from&&"function"==typeof Map&&E(Map)&&null!=Map.prototype&&"function"==typeof Map.prototype.keys&&E(Map.prototype.keys)&&"function"==typeof Set&&E(Set)&&null!=Set.prototype&&"function"==typeof Set.prototype.keys&&E(Set.prototype.keys)){var Se=new Map,xe=new Set;De=function(e,t){Se.set(e,t)},we=function(e){return Se.get(e)},Pe=function(e){Se.delete(e)},ke=function(){return Array.from(Se.keys())},Ie=function(e){xe.add(e)},Re=function(e){xe.delete(e)},je=function(){return Array.from(xe.keys())}}else{var Ae={},Ve={},Me=function(e){return"."+e},Te=function(e){return parseInt(e.substr(1),10)};De=function(e,t){var n=Me(e);Ae[n]=t},we=function(e){var t=Me(e);return Ae[t]},Pe=function(e){var t=Me(e);delete Ae[t]},ke=function(){return Object.keys(Ae).map(Te)},Ie=function(e){var t=Me(e);Ve[t]=!0},Re=function(e){var t=Me(e);delete Ve[t]},je=function(){return Object.keys(Ve).map(Te)}}var Fe=[],Ye={onSetChildren:function(e,t){var n=we(e);n||("production"!==process.env.NODE_ENV?K(!1,"Item must have been set"):M("144")),n.childIDs=t;for(var r=0;r<t.length;r++){var o=t[r],a=we(o);a||("production"!==process.env.NODE_ENV?K(!1,"Expected hook events to fire for the child before its parent includes it in onSetChildren()."):M("140")),null==a.childIDs&&"object"==typeof a.element&&null!=a.element&&("production"!==process.env.NODE_ENV?K(!1,"Expected onSetChildren() to fire for a container child before its parent includes it in onSetChildren()."):M("141")),a.isMounted||("production"!==process.env.NODE_ENV?K(!1,"Expected onMountComponent() to fire for the child before its parent includes it in onSetChildren()."):M("71")),null==a.parentID&&(a.parentID=e),a.parentID!==e&&("production"!==process.env.NODE_ENV?K(!1,"Expected onBeforeMountComponent() parent and onSetChildren() to be consistent (%s has parents %s and %s).",o,a.parentID,e):M("142",o,a.parentID,e))}},onBeforeMountComponent:function(e,t,n){De(e,{element:t,parentID:n,text:null,childIDs:[],isMounted:!1,updateCount:0})},onBeforeUpdateComponent:function(e,t){var n=we(e);n&&n.isMounted&&(n.element=t)},onMountComponent:function(e){var t=we(e);t||("production"!==process.env.NODE_ENV?K(!1,"Item must have been set"):M("144")),t.isMounted=!0,0===t.parentID&&Ie(e)},onUpdateComponent:function(e){var t=we(e);t&&t.isMounted&&t.updateCount++},onUnmountComponent:function(e){var t=we(e);t&&(t.isMounted=!1,0===t.parentID&&Re(e)),Fe.push(e)},purgeUnmountedComponents:function(){if(!Ye._preventPurging){for(var e=0;e<Fe.length;e++)b(Fe[e]);Fe.length=0}},isMounted:function(e){var t=we(e);return!!t&&t.isMounted},getCurrentStackAddendum:function(e){var t="";if(e){var n=_(e),r=e._owner;t+=N(n,e._source,r&&r.getName())}var o=se.current,a=o&&o._debugID;return t+=Ye.getStackAddendumByID(a)},getStackAddendumByID:function(e){for(var t="";e;)t+=O(e),e=Ye.getParentID(e);return t},getChildIDs:function(e){var t=we(e);return t?t.childIDs:[]},getDisplayName:function(e){var t=Ye.getElement(e);return t?_(t):null},getElement:function(e){var t=we(e);return t?t.element:null},getOwnerID:function(e){var t=Ye.getElement(e);return t&&t._owner?t._owner._debugID:null},getParentID:function(e){var t=we(e);return t?t.parentID:null},getSource:function(e){var t=we(e),n=t?t.element:null;return null!=n?n._source:null},getText:function(e){var t=Ye.getElement(e);return"string"==typeof t?t:"number"==typeof t?""+t:null},getUpdateCount:function(e){var t=we(e);return t?t.updateCount:0},getRootIDs:je,getRegisteredIDs:ke,pushNonStandardWarningStack:function(e,t){if("function"==typeof console.reactStack){var n=[],r=se.current,o=r&&r._debugID;try{for(e&&n.push({name:o?Ye.getDisplayName(o):null,fileName:t?t.fileName:null,lineNumber:t?t.lineNumber:null});o;){var a=Ye.getElement(o),i=Ye.getParentID(o),s=Ye.getOwnerID(o),c=s?Ye.getDisplayName(s):null,u=a&&a._source;n.push({name:c,fileName:u?u.fileName:null,lineNumber:u?u.lineNumber:null}),o=i}}catch(e){}}},popNonStandardWarningStack:function(){console.reactStackEnd}},Ue=Ye,qe={};"production"!==process.env.NODE_ENV&&(qe={prop:"prop",context:"context",childContext:"child context"});var We,Be=qe,$e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";"undefined"!=typeof process&&process.env&&"test"===process.env.NODE_ENV&&(We=Ue);var Ge={},ze=function(e,t,n,r,o,a){for(var i in e)if(e.hasOwnProperty(i)){var s;try{"function"!=typeof e[i]&&("production"!==process.env.NODE_ENV?K(!1,"%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.",r||"React class",Be[n],i):M("84",r||"React class",Be[n],i)),s=e[i](t,i,r,n,null,$e)}catch(e){s=e}if("production"!==process.env.NODE_ENV&&U(!s||s instanceof Error,"%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",r||"React class",Be[n],i,typeof s),s instanceof Error&&!(s.message in Ge)){Ge[s.message]=!0;var c="";"production"!==process.env.NODE_ENV&&(We||(We=Ue),null!==a?c=We.getStackAddendumByID(a):null!==o&&(c=We.getCurrentStackAddendum(o))),"production"!==process.env.NODE_ENV&&U(!1,"Failed %s type: %s%s",n,s.message,c)}}},Ke={},Je={createElement:function(e,t,n){var r="string"==typeof e||"function"==typeof e;if(!r&&"function"!=typeof e&&"string"!=typeof e){var o="";(void 0===e||"object"==typeof e&&null!==e&&0===Object.keys(e).length)&&(o+=" You likely forgot to export your component from the file it's defined in.");var a=w(t);o+=a||D(),o+=Ue.getCurrentStackAddendum();var i=null!==t&&void 0!==t&&void 0!==t.__source?t.__source:null;Ue.pushNonStandardWarningStack(!0,i),"production"!==process.env.NODE_ENV&&U(!1,"React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",null==e?e:typeof e,o),Ue.popNonStandardWarningStack()}var s=fe.createElement.apply(this,arguments);if(null==s)return s;if(r)for(var c=2;c<arguments.length;c++)I(arguments[c],e);return R(s),s},createFactory:function(e){var t=Je.createElement.bind(null,e);return t.type=e,"production"!==process.env.NODE_ENV&&B&&Object.defineProperty(t,"type",{enumerable:!1,get:function(){return H(!1,"Factory.type is deprecated. Access the class directly before passing it to createFactory."),Object.defineProperty(this,"type",{value:e}),e}}),t},cloneElement:function(e,t,n){for(var r=fe.cloneElement.apply(this,arguments),o=2;o<arguments.length;o++)I(arguments[o],r.type);return R(r),r}},Le=Je,He=fe.createFactory;"production"!==process.env.NODE_ENV&&(He=Le.createFactory);var Xe={a:He("a"),abbr:He("abbr"),address:He("address"),area:He("area"),article:He("article"),aside:He("aside"),audio:He("audio"),b:He("b"),base:He("base"),bdi:He("bdi"),bdo:He("bdo"),big:He("big"),blockquote:He("blockquote"),body:He("body"),br:He("br"),button:He("button"),canvas:He("canvas"),caption:He("caption"),cite:He("cite"),code:He("code"),col:He("col"),colgroup:He("colgroup"),data:He("data"),datalist:He("datalist"),dd:He("dd"),del:He("del"),details:He("details"),dfn:He("dfn"),dialog:He("dialog"),div:He("div"),dl:He("dl"),dt:He("dt"),em:He("em"),embed:He("embed"),fieldset:He("fieldset"),figcaption:He("figcaption"),figure:He("figure"),footer:He("footer"),form:He("form"),h1:He("h1"),h2:He("h2"),h3:He("h3"),h4:He("h4"),h5:He("h5"),h6:He("h6"),head:He("head"),header:He("header"),hgroup:He("hgroup"),hr:He("hr"),html:He("html"),i:He("i"),iframe:He("iframe"),img:He("img"),input:He("input"),ins:He("ins"),kbd:He("kbd"),keygen:He("keygen"),label:He("label"),legend:He("legend"),li:He("li"),link:He("link"),main:He("main"),map:He("map"),mark:He("mark"),menu:He("menu"),menuitem:He("menuitem"),meta:He("meta"),meter:He("meter"),nav:He("nav"),noscript:He("noscript"),object:He("object"),ol:He("ol"),optgroup:He("optgroup"),option:He("option"),output:He("output"),p:He("p"),param:He("param"),picture:He("picture"),pre:He("pre"),progress:He("progress"),q:He("q"),rp:He("rp"),rt:He("rt"),ruby:He("ruby"),s:He("s"),samp:He("samp"),script:He("script"),section:He("section"),select:He("select"),small:He("small"),source:He("source"),span:He("span"),strong:He("strong"),style:He("style"),sub:He("sub"),summary:He("summary"),sup:He("sup"),table:He("table"),tbody:He("tbody"),td:He("td"),textarea:He("textarea"),tfoot:He("tfoot"),th:He("th"),thead:He("thead"),time:He("time"),title:He("title"),tr:He("tr"),track:He("track"),u:He("u"),ul:He("ul"),var:He("var"),video:He("video"),wbr:He("wbr"),circle:He("circle"),clipPath:He("clipPath"),defs:He("defs"),ellipse:He("ellipse"),g:He("g"),image:He("image"),line:He("line"),linearGradient:He("linearGradient"),mask:He("mask"),path:He("path"),pattern:He("pattern"),polygon:He("polygon"),polyline:He("polyline"),radialGradient:He("radialGradient"),rect:He("rect"),stop:He("stop"),svg:He("svg"),text:He("text"),tspan:He("tspan")},Qe="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";if("production"!==process.env.NODE_ENV)var Ze=K,et=U,tt=Qe,nt={};var rt=function(e,t,n,r,o){if("production"!==process.env.NODE_ENV)for(var a in e)if(e.hasOwnProperty(a)){var i;try{Ze("function"==typeof e[a],"%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.",r||"React class",n,a),i=e[a](t,a,r,n,null,tt)}catch(e){i=e}if(et(!i||i instanceof Error,"%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",r||"React class",n,a,typeof i),i instanceof Error&&!(i.message in nt)){nt[i.message]=!0;var s=o?o():"";et(!1,"Failed %s type: %s%s",n,i.message,null!=s?s:"")}}},ot=function(e,t){function n(e){var t=e&&(d&&e[d]||e[y]);if("function"==typeof t)return t}function r(e,t){return e===t?0!==e||1/e==1/t:e!==e&&t!==t}function o(e){this.message=e,this.stack=""}function a(e){function n(n,i,s,c,u,p,l){if(c=c||m,p=p||s,l!==Qe)if(t)K(!1,"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");else if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var f=c+":"+s;!r[f]&&a<3&&(U(!1,"You are manually calling a React.PropTypes validation function for the `%s` prop on `%s`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.",p,c),r[f]=!0,a++)}return null==i[s]?n?new o(null===i[s]?"The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `null`.":"The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(i,s,c,u,p)}if("production"!==process.env.NODE_ENV)var r={},a=0;var i=n.bind(null,!1);return i.isRequired=n.bind(null,!0),i}function i(e){return a(function(t,n,r,a,i,s){var c=t[n];return u(c)!==e?new o("Invalid "+a+" `"+i+"` of type `"+p(c)+"` supplied to `"+r+"`, expected `"+e+"`."):null})}function s(t){switch(typeof t){case"number":case"string":case"undefined":return!0;case"boolean":return!t;case"object":if(Array.isArray(t))return t.every(s);if(null===t||e(t))return!0;var r=n(t);if(!r)return!1;var o,a=r.call(t);if(r!==t.entries){for(;!(o=a.next()).done;)if(!s(o.value))return!1}else for(;!(o=a.next()).done;){var i=o.value;if(i&&!s(i[1]))return!1}return!0;default:return!1}}function c(e,t){return"symbol"===e||("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}function u(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":c(t,e)?"symbol":t}function p(e){if(void 0===e||null===e)return""+e;var t=u(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function l(e){var t=p(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}function f(e){return e.constructor&&e.constructor.name?e.constructor.name:m}var d="function"==typeof Symbol&&Symbol.iterator,y="@@iterator",m="<<anonymous>>",v={array:i("array"),bool:i("boolean"),func:i("function"),number:i("number"),object:i("object"),string:i("string"),symbol:i("symbol"),any:a(F.thatReturnsNull),arrayOf:function(e){return a(function(t,n,r,a,i){if("function"!=typeof e)return new o("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var s=t[n];if(!Array.isArray(s))return new o("Invalid "+a+" `"+i+"` of type `"+u(s)+"` supplied to `"+r+"`, expected an array.");for(var c=0;c<s.length;c++){var p=e(s,c,r,a,i+"["+c+"]",Qe);if(p instanceof Error)return p}return null})},element:function(){return a(function(t,n,r,a,i){var s=t[n];return e(s)?null:new o("Invalid "+a+" `"+i+"` of type `"+u(s)+"` supplied to `"+r+"`, expected a single ReactElement.")})}(),instanceOf:function(e){return a(function(t,n,r,a,i){if(!(t[n]instanceof e)){var s=e.name||m;return new o("Invalid "+a+" `"+i+"` of type `"+f(t[n])+"` supplied to `"+r+"`, expected instance of `"+s+"`.")}return null})},node:function(){return a(function(e,t,n,r,a){return s(e[t])?null:new o("Invalid "+r+" `"+a+"` supplied to `"+n+"`, expected a ReactNode.")})}(),objectOf:function(e){return a(function(t,n,r,a,i){if("function"!=typeof e)return new o("Property `"+i+"` of component `"+r+"` has invalid PropType notation inside objectOf.");var s=t[n],c=u(s);if("object"!==c)return new o("Invalid "+a+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected an object.");for(var p in s)if(s.hasOwnProperty(p)){var l=e(s,p,r,a,i+"."+p,Qe);if(l instanceof Error)return l}return null})},oneOf:function(e){return Array.isArray(e)?a(function(t,n,a,i,s){for(var c=t[n],u=0;u<e.length;u++)if(r(c,e[u]))return null;return new o("Invalid "+i+" `"+s+"` of value `"+c+"` supplied to `"+a+"`, expected one of "+JSON.stringify(e)+".")}):("production"!==process.env.NODE_ENV&&U(!1,"Invalid argument supplied to oneOf, expected an instance of array."),F.thatReturnsNull)},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&U(!1,"Invalid argument supplied to oneOfType, expected an instance of array."),F.thatReturnsNull;for(var t=0;t<e.length;t++){var n=e[t];if("function"!=typeof n)return U(!1,"Invalid argument supplid to oneOfType. Expected an array of check functions, but received %s at index %s.",l(n),t),F.thatReturnsNull}return a(function(t,n,r,a,i){for(var s=0;s<e.length;s++)if(null==(0,e[s])(t,n,r,a,i,Qe))return null;return new o("Invalid "+a+" `"+i+"` supplied to `"+r+"`.")})},shape:function(e){return a(function(t,n,r,a,i){var s=t[n],c=u(s);if("object"!==c)return new o("Invalid "+a+" `"+i+"` of type `"+c+"` supplied to `"+r+"`, expected `object`.");for(var p in e){var l=e[p];if(l){var f=l(s,p,r,a,i+"."+p,Qe);if(f)return f}}return null})}};return o.prototype=Error.prototype,v.checkPropTypes=rt,v.PropTypes=v,v},at=function(e){return ot(e,!1)}(fe.isValidElement);if("production"!==process.env.NODE_ENV)var it=U;var st,ct="mixins";st="production"!==process.env.NODE_ENV?{prop:"prop",context:"context",childContext:"child context"}:{};var ut=function(e,t,n){function r(e,t,n){for(var r in t)t.hasOwnProperty(r)&&"production"!==process.env.NODE_ENV&&it("function"==typeof t[r],"%s: %s type `%s` is invalid; it must be a function, usually from React.PropTypes.",e.displayName||"ReactClass",st[n],r)}function o(e,t){var n=d.hasOwnProperty(t)?d[t]:null;h.hasOwnProperty(t)&&K("OVERRIDE_BASE"===n,"ReactClassInterface: You are attempting to override `%s` from your class specification. Ensure that your method names do not overlap with React methods.",t),e&&K("DEFINE_MANY"===n||"DEFINE_MANY_MERGED"===n,"ReactClassInterface: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",t)}function a(e,n){if(n){K("function"!=typeof n,"ReactClass: You're attempting to use a component class or function as a mixin. Instead, just use a regular object."),K(!t(n),"ReactClass: You're attempting to use a component as a mixin. Instead, just use a regular object.");var r=e.prototype,a=r.__reactAutoBindPairs;n.hasOwnProperty(ct)&&y.mixins(e,n.mixins);for(var i in n)if(n.hasOwnProperty(i)&&i!==ct){var s=n[i],p=r.hasOwnProperty(i);if(o(p,i),y.hasOwnProperty(i))y[i](e,s);else{var l=d.hasOwnProperty(i);if("function"!=typeof s||l||p||!1===n.autobind)if(p){var f=d[i];K(l&&("DEFINE_MANY_MERGED"===f||"DEFINE_MANY"===f),"ReactClass: Unexpected spec policy %s for key %s when mixing in component specs.",f,i),"DEFINE_MANY_MERGED"===f?r[i]=c(r[i],s):"DEFINE_MANY"===f&&(r[i]=u(r[i],s))}else r[i]=s,"production"!==process.env.NODE_ENV&&"function"==typeof s&&n.displayName&&(r[i].displayName=n.displayName+"_"+i);else a.push(i,s),r[i]=s}}}else if("production"!==process.env.NODE_ENV){var m=typeof n,v="object"===m&&null!==n;"production"!==process.env.NODE_ENV&&it(v,"%s: You're attempting to include a mixin that is either null or not an object. Check the mixins included by the component, as well as any mixins they include themselves. Expected object but got %s.",e.displayName||"ReactClass",null===n?null:m)}}function i(e,t){if(t)for(var n in t){var r=t[n];t.hasOwnProperty(n)&&(K(!(n in y),'ReactClass: You are attempting to define a reserved property, `%s`, that shouldn\'t be on the "statics" key. Define it as an instance property instead; it will still be accessible on the constructor.',n),K(!(n in e),"ReactClass: You are attempting to define `%s` on your component more than once. This conflict may be due to a mixin.",n),e[n]=r)}}function s(e,t){K(e&&t&&"object"==typeof e&&"object"==typeof t,"mergeIntoWithNoDuplicateKeys(): Cannot merge non-objects.");for(var n in t)t.hasOwnProperty(n)&&(K(void 0===e[n],"mergeIntoWithNoDuplicateKeys(): Tried to merge two objects with the same key: `%s`. This conflict may be due to a mixin; in particular, this may be caused by two getInitialState() or getDefaultProps() methods returning objects with clashing keys.",n),e[n]=t[n]);return e}function c(e,t){return function(){var n=e.apply(this,arguments),r=t.apply(this,arguments);if(null==n)return r;if(null==r)return n;var o={};return s(o,n),s(o,r),o}}function u(e,t){return function(){e.apply(this,arguments),t.apply(this,arguments)}}function p(e,t){var n=t.bind(e);if("production"!==process.env.NODE_ENV){n.__reactBoundContext=e,n.__reactBoundMethod=t,n.__reactBoundArguments=null;var r=e.constructor.displayName,o=n.bind;n.bind=function(a){for(var i=arguments.length,s=Array(i>1?i-1:0),c=1;c<i;c++)s[c-1]=arguments[c];if(a!==e&&null!==a)"production"!==process.env.NODE_ENV&&it(!1,"bind(): React component methods may only be bound to the component instance. See %s",r);else if(!s.length)return"production"!==process.env.NODE_ENV&&it(!1,"bind(): You are binding a component method to the component. React does this for you automatically in a high-performance way, so you can safely remove this call. See %s",r),n;var u=o.apply(n,arguments);return u.__reactBoundContext=e,u.__reactBoundMethod=t,u.__reactBoundArguments=s,u}}return n}function l(e){for(var t=e.__reactAutoBindPairs,n=0;n<t.length;n+=2){var r=t[n],o=t[n+1];e[r]=p(e,o)}}var f=[],d={mixins:"DEFINE_MANY",statics:"DEFINE_MANY",propTypes:"DEFINE_MANY",contextTypes:"DEFINE_MANY",childContextTypes:"DEFINE_MANY",getDefaultProps:"DEFINE_MANY_MERGED",getInitialState:"DEFINE_MANY_MERGED",getChildContext:"DEFINE_MANY_MERGED",render:"DEFINE_ONCE",componentWillMount:"DEFINE_MANY",componentDidMount:"DEFINE_MANY",componentWillReceiveProps:"DEFINE_MANY",shouldComponentUpdate:"DEFINE_ONCE",componentWillUpdate:"DEFINE_MANY",componentDidUpdate:"DEFINE_MANY",componentWillUnmount:"DEFINE_MANY",updateComponent:"OVERRIDE_BASE"},y={displayName:function(e,t){e.displayName=t},mixins:function(e,t){if(t)for(var n=0;n<t.length;n++)a(e,t[n])},childContextTypes:function(e,t){"production"!==process.env.NODE_ENV&&r(e,t,"childContext"),e.childContextTypes=V({},e.childContextTypes,t)},contextTypes:function(e,t){"production"!==process.env.NODE_ENV&&r(e,t,"context"),e.contextTypes=V({},e.contextTypes,t)},getDefaultProps:function(e,t){e.getDefaultProps?e.getDefaultProps=c(e.getDefaultProps,t):e.getDefaultProps=t},propTypes:function(e,t){"production"!==process.env.NODE_ENV&&r(e,t,"prop"),e.propTypes=V({},e.propTypes,t)},statics:function(e,t){i(e,t)},autobind:function(){}},m={componentDidMount:function(){this.__isMounted=!0}},v={componentWillUnmount:function(){this.__isMounted=!1}},h={replaceState:function(e,t){this.updater.enqueueReplaceState(this,e,t)},isMounted:function(){return"production"!==process.env.NODE_ENV&&(it(this.__didWarnIsMounted,"%s: isMounted is deprecated. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks.",this.constructor&&this.constructor.displayName||this.name||"Component"),this.__didWarnIsMounted=!0),!!this.__isMounted}},g=function(){};return V(g.prototype,e.prototype,h),function(e){var t=j(function(e,r,o){"production"!==process.env.NODE_ENV&&it(this instanceof t,"Something is calling a React component directly. Use a factory or JSX instead. See: https://fb.me/react-legacyfactory"),this.__reactAutoBindPairs.length&&l(this),this.props=e,this.context=r,this.refs=G,this.updater=o||n,this.state=null;var a=this.getInitialState?this.getInitialState():null;"production"!==process.env.NODE_ENV&&void 0===a&&this.getInitialState._isMockFunction&&(a=null),K("object"==typeof a&&!Array.isArray(a),"%s.getInitialState(): must return an object or null",t.displayName||"ReactCompositeComponent"),this.state=a});t.prototype=new g,t.prototype.constructor=t,t.prototype.__reactAutoBindPairs=[],f.forEach(a.bind(null,t)),a(t,m),a(t,e),a(t,v),t.getDefaultProps&&(t.defaultProps=t.getDefaultProps()),"production"!==process.env.NODE_ENV&&(t.getDefaultProps&&(t.getDefaultProps.isReactClassApproved={}),t.prototype.getInitialState&&(t.prototype.getInitialState.isReactClassApproved={})),K(t.prototype.render,"createClass(...): Class specification must implement a `render` method."),"production"!==process.env.NODE_ENV&&(it(!t.prototype.componentShouldUpdate,"%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",e.displayName||"A component"),it(!t.prototype.componentWillRecieveProps,"%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",e.displayName||"A component"));for(var r in d)t.prototype[r]||(t.prototype[r]=null);return t}}(ne.Component,fe.isValidElement,q),pt=fe.createElement,lt=fe.createFactory,ft=fe.cloneElement;if("production"!==process.env.NODE_ENV){var dt=H,yt=B,mt=Le,vt=!1;pt=mt.createElement,lt=mt.createFactory,ft=mt.cloneElement}var ht=V,gt=function(e){return e};if("production"!==process.env.NODE_ENV){var Et=!1,bt=!1;ht=function(){return dt(Et,"React.__spread is deprecated and should not be used. Use Object.assign directly or another helper function with similar semantics. You may be seeing this warning due to your compiler. See https://fb.me/react-spread-deprecation for more details."),Et=!0,V.apply(null,arguments)},gt=function(e){return dt(bt,"React.createMixin is deprecated and should not be used. In React v16.0, it will be removed. You can use this mixin directly instead. See https://fb.me/createmixin-was-never-implemented for more info."),bt=!0,e}}var Nt={Children:{map:Ce.map,forEach:Ce.forEach,count:Ce.count,toArray:Ce.toArray,only:function(e){return fe.isValidElement(e)||("production"!==process.env.NODE_ENV?K(!1,"React.Children.only expected to receive a single React element child."):M("143")),e}},Component:ne.Component,PureComponent:ne.PureComponent,createElement:pt,cloneElement:ft,isValidElement:fe.isValidElement,PropTypes:at,createClass:ut,createFactory:lt,createMixin:gt,DOM:Xe,version:"15.6.1",__spread:ht};if("production"!==process.env.NODE_ENV){var _t=!1;yt&&(Object.defineProperty(Nt,"PropTypes",{get:function(){return dt(vt,"Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on usage, compatibility, migration and more, see https://fb.me/prop-types-docs"),vt=!0,at}}),Object.defineProperty(Nt,"createClass",{get:function(){return dt(_t,"Accessing createClass via the main React package is deprecated, and will be removed in React v16.0. Use a plain JavaScript class instead. If you're not yet ready to migrate, create-react-class v15.* is available on npm as a temporary, drop-in replacement. For more info see https://fb.me/react-create-class"),_t=!0,ut}})),Nt.DOM={};var Ot=!1;Object.keys(Xe).forEach(function(e){Nt.DOM[e]=function(){return Ot||(dt(!1,"Accessing factories like React.DOM.%s has been deprecated and will be removed in v16.0+. Use the react-dom-factories package instead. Version 1.0 provides a drop-in replacement. For more info, see https://fb.me/react-dom-factories",e),Ot=!0),Xe[e].apply(Xe,arguments)}})}var Dt=Nt;const wt=Object.assign||function(e){for(var t,n=1;n<arguments.length;n++){t=arguments[n];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e};return{getAsyncComponent:function(e){return function(t){function n(e){t.call(this,e),this.state={Component:null}}return C(n,t),n.prototype.componentWillMount=function(){var t=this;this.state.Component||e().then(function(e){t.setState({Component:e.default?e.default:e})})},n.prototype.render=function(){var e=this.state.Component;return e?Dt.createElement(e,wt({},this.props)):null},n}(Dt.Component)}}}); |
{ | ||
"name": "async-react-component", | ||
"version": "0.5.2", | ||
"version": "0.5.4", | ||
"author": "pomysky@gmail.com", | ||
@@ -37,3 +37,3 @@ "description": "Async component loaded based webpack 3 for react-router 4", | ||
"husky": "^0.14.2", | ||
"rollup": "^0.43.0", | ||
"rollup": "^0.45.2", | ||
"rollup-plugin-babel": "^2.7.1", | ||
@@ -40,0 +40,0 @@ "rollup-plugin-commonjs": "^8.0.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1