@welldone-software/why-did-you-render
Advanced tools
Comparing version 3.0.0-beta.0 to 3.0.0-beta.1
/** | ||
* @welldone-software/why-did-you-render 3.0.0-beta.0 | ||
* @welldone-software/why-did-you-render 3.0.0-beta.1 | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ * Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) |
/** | ||
* @welldone-software/why-did-you-render 3.0.0-beta.0 | ||
* @welldone-software/why-did-you-render 3.0.0-beta.1 | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ * Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) |
/** | ||
* @welldone-software/why-did-you-render 3.0.0-beta.0 | ||
* @welldone-software/why-did-you-render 3.0.0-beta.1 | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ * Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) |
/** | ||
* @welldone-software/why-did-you-render 3.0.0-beta.0 | ||
* @welldone-software/why-did-you-render 3.0.0-beta.1 | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ * Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) |
/** | ||
* @welldone-software/why-did-you-render 3.0.0-beta.0 | ||
* @welldone-software/why-did-you-render 3.0.0-beta.1 | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ * Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) |
/** | ||
* @welldone-software/why-did-you-render 3.0.0-beta.0 | ||
* @welldone-software/why-did-you-render 3.0.0-beta.1 | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ * Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) |
/** | ||
* @welldone-software/why-did-you-render 2.4.0 | ||
* @welldone-software/why-did-you-render 3.0.0-beta.1 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2019-01-19 | ||
* Generated at 2019-04-01 | ||
*/ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e=e||self).whyDidYouRender=t()}(this,function(){"use strict";function e(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function t(t){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),o.forEach(function(r){e(t,r,n[r])})}return t}function r(e){return function(e){if(Array.isArray(e)){for(var t=0,r=new Array(e.length);t<e.length;t++)r[t]=e[t];return r}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}var n,o={different:"different",deepEquals:"deepEquals",date:"date",regex:"regex",reactElement:"reactElement",function:"function"},a="http://bit.ly/wdyr02",i=(e(n={},o.different,"different objects."),e(n,o.deepEquals,"different objects that are equal by value."),e(n,o.date,"different date objects with the same value."),e(n,o.regex,"different regular expressions with the same value."),e(n,o.reactElement,"different React elements with the same displayName."),e(n,o.function,"different functions with the same name."),n),u=!1;function c(t,r,n,o,u,c,f){u&&u.length>0?(f.consoleLog(e({},r,t),"".concat(n," of ").concat(o," changes:")),u.forEach(function(t){var r=t.pathString,n=t.diffType,u=t.prevValue,c=t.nextValue;f.consoleGroup("%c".concat(o,".%c").concat(r,"%c"),"color:blue;","color:red;","color:black;"),f.consoleLog("".concat(i[n]," (more info at ").concat(a,")")),f.consoleLog(e({},"prev ".concat(r),u),"!==",e({},"next ".concat(r),c)),f.consoleGroupEnd()})):u&&(f.consoleLog(e({},r,t),"".concat(n," the ").concat(o," object itself changed but it's values are all equal."),"props"===o?"This could of been avoided by making the component pure, or by preventing it's father from re-rendering.":"This usually means this component called setState when no changes in it's state actually occurred.","more info at ".concat(a)),f.consoleLog("prev ".concat(o,":"),c.prev," !== ",c.next,":next ".concat(o)))}function f(t){var r=t.Component,n=t.displayName,i=t.prevProps,f=t.prevState,s=t.nextProps,l=t.nextState,p=t.reason,v=t.options;if(function(e,t,r){return!(u||!r.logOnDifferentValues&&(!t.whyDidYouRender||!t.whyDidYouRender.logOnDifferentValues)&&(e.propsDifferences&&e.propsDifferences.some(function(e){return e.diffType===o.different})||e.stateDifferences&&e.stateDifferences.some(function(e){return e.diffType===o.different})))}(p,r,v)){v.consoleGroup("%c".concat(n),"color: #058;");var d="Re-rendered because";p.propsDifferences&&(c(r,n,d,"props",p.propsDifferences,{prev:i,next:s},v),d="And because"),p.stateDifferences&&c(r,n,d,"state",p.stateDifferences,{prev:f,next:l},v),p.propsDifferences||p.stateDifferences||v.consoleLog(e({},n,r),"Re-rendered although props and state objects are the same.","This usually means there was a call to this.forceUpdate() inside the component.","more info at ".concat(a)),v.consoleGroupEnd()}}var s=function(){};function l(){var e,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=console.group,o=console.groupEnd;return r.collapseGroups?n=console.groupCollapsed:r.onlyLogs&&(n=console.log,o=s),t({include:null,exclude:null,notifier:r.notifier||((e=r.hasOwnProperty("hotReloadBufferMs")?r.hotReloadBufferMs:500)&&module&&module.hot&&module.hot.addStatusHandler&&module.hot.addStatusHandler(function(t){"idle"===t&&(u=!0,setTimeout(function(){u=!1},e))}),f),onlyLogs:!1,consoleLog:console.log,consoleGroup:n,consoleGroupEnd:o,logOnDifferentValues:!1},r)}var p="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function v(e,t){return e(t={exports:{}},t.exports),t.exports}var d="object"==typeof p&&p&&p.Object===Object&&p,h="object"==typeof self&&self&&self.Object===Object&&self,y=d||h||Function("return this")(),b=y.Symbol,g=Object.prototype,_=g.hasOwnProperty,j=g.toString,m=b?b.toStringTag:void 0;var O=function(e){var t=_.call(e,m),r=e[m];try{e[m]=void 0}catch(e){}var n=j.call(e);return t?e[m]=r:delete e[m],n},w=Object.prototype.toString;var E=function(e){return w.call(e)},S="[object Null]",x="[object Undefined]",D=b?b.toStringTag:void 0;var P=function(e){return null==e?void 0===e?x:S:D&&D in Object(e)?O(e):E(e)},A=Array.isArray;var R=function(e){return null!=e&&"object"==typeof e},z="[object String]";var T=function(e){return"string"==typeof e||!A(e)&&R(e)&&P(e)==z};function N(e){return e.displayName||e.name||(T(e)?e:void 0)}var L=function(e,t,r,n){var o=-1,a=null==e?0:e.length;for(n&&a&&(r=e[++o]);++o<a;)r=t(r,e[o],o,e);return r};var k=function(e){return function(t,r,n){for(var o=-1,a=Object(t),i=n(t),u=i.length;u--;){var c=i[e?u:++o];if(!1===r(a[c],c,a))break}return t}}();var C=function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n},F="[object Arguments]";var M=function(e){return R(e)&&P(e)==F},$=Object.prototype,Y=$.hasOwnProperty,B=$.propertyIsEnumerable,U=M(function(){return arguments}())?M:function(e){return R(e)&&Y.call(e,"callee")&&!B.call(e,"callee")};var G=function(){return!1},W=v(function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r?y.Buffer:void 0,a=(o?o.isBuffer:void 0)||G;e.exports=a}),q=9007199254740991,I=/^(?:0|[1-9]\d*)$/;var H=function(e,t){var r=typeof e;return!!(t=null==t?q:t)&&("number"==r||"symbol"!=r&&I.test(e))&&e>-1&&e%1==0&&e<t},V=9007199254740991;var J=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=V},K={};K["[object Float32Array]"]=K["[object Float64Array]"]=K["[object Int8Array]"]=K["[object Int16Array]"]=K["[object Int32Array]"]=K["[object Uint8Array]"]=K["[object Uint8ClampedArray]"]=K["[object Uint16Array]"]=K["[object Uint32Array]"]=!0,K["[object Arguments]"]=K["[object Array]"]=K["[object ArrayBuffer]"]=K["[object Boolean]"]=K["[object DataView]"]=K["[object Date]"]=K["[object Error]"]=K["[object Function]"]=K["[object Map]"]=K["[object Number]"]=K["[object Object]"]=K["[object RegExp]"]=K["[object Set]"]=K["[object String]"]=K["[object WeakMap]"]=!1;var Q=function(e){return R(e)&&J(e.length)&&!!K[P(e)]};var X=function(e){return function(t){return e(t)}},Z=v(function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r&&d.process,a=function(){try{var e=n&&n.require&&n.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a}),ee=Z&&Z.isTypedArray,te=ee?X(ee):Q,re=Object.prototype.hasOwnProperty;var ne=function(e,t){var r=A(e),n=!r&&U(e),o=!r&&!n&&W(e),a=!r&&!n&&!o&&te(e),i=r||n||o||a,u=i?C(e.length,String):[],c=u.length;for(var f in e)!t&&!re.call(e,f)||i&&("length"==f||o&&("offset"==f||"parent"==f)||a&&("buffer"==f||"byteLength"==f||"byteOffset"==f)||H(f,c))||u.push(f);return u},oe=Object.prototype;var ae=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||oe)};var ie=function(e,t){return function(r){return e(t(r))}},ue=ie(Object.keys,Object),ce=Object.prototype.hasOwnProperty;var fe=function(e){if(!ae(e))return ue(e);var t=[];for(var r in Object(e))ce.call(e,r)&&"constructor"!=r&&t.push(r);return t};var se=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},le="[object AsyncFunction]",pe="[object Function]",ve="[object GeneratorFunction]",de="[object Proxy]";var he=function(e){if(!se(e))return!1;var t=P(e);return t==pe||t==ve||t==le||t==de};var ye=function(e){return null!=e&&J(e.length)&&!he(e)};var be=function(e){return ye(e)?ne(e):fe(e)};var ge=function(e,t){return function(r,n){if(null==r)return r;if(!ye(r))return e(r,n);for(var o=r.length,a=t?o:-1,i=Object(r);(t?a--:++a<o)&&!1!==n(i[a],a,i););return r}}(function(e,t){return e&&k(e,t,be)});var _e=function(){this.__data__=[],this.size=0};var je=function(e,t){return e===t||e!=e&&t!=t};var me=function(e,t){for(var r=e.length;r--;)if(je(e[r][0],t))return r;return-1},Oe=Array.prototype.splice;var we=function(e){var t=this.__data__,r=me(t,e);return!(r<0||(r==t.length-1?t.pop():Oe.call(t,r,1),--this.size,0))};var Ee=function(e){var t=this.__data__,r=me(t,e);return r<0?void 0:t[r][1]};var Se=function(e){return me(this.__data__,e)>-1};var xe=function(e,t){var r=this.__data__,n=me(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this};function De(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}De.prototype.clear=_e,De.prototype.delete=we,De.prototype.get=Ee,De.prototype.has=Se,De.prototype.set=xe;var Pe=De;var Ae=function(){this.__data__=new Pe,this.size=0};var Re=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r};var ze=function(e){return this.__data__.get(e)};var Te,Ne=function(e){return this.__data__.has(e)},Le=y["__core-js_shared__"],ke=(Te=/[^.]+$/.exec(Le&&Le.keys&&Le.keys.IE_PROTO||""))?"Symbol(src)_1."+Te:"";var Ce=function(e){return!!ke&&ke in e},Fe=Function.prototype.toString;var Me=function(e){if(null!=e){try{return Fe.call(e)}catch(e){}try{return e+""}catch(e){}}return""},$e=/^\[object .+?Constructor\]$/,Ye=Function.prototype,Be=Object.prototype,Ue=Ye.toString,Ge=Be.hasOwnProperty,We=RegExp("^"+Ue.call(Ge).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var qe=function(e){return!(!se(e)||Ce(e))&&(he(e)?We:$e).test(Me(e))};var Ie=function(e,t){return null==e?void 0:e[t]};var He=function(e,t){var r=Ie(e,t);return qe(r)?r:void 0},Ve=He(y,"Map"),Je=He(Object,"create");var Ke=function(){this.__data__=Je?Je(null):{},this.size=0};var Qe=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Xe="__lodash_hash_undefined__",Ze=Object.prototype.hasOwnProperty;var et=function(e){var t=this.__data__;if(Je){var r=t[e];return r===Xe?void 0:r}return Ze.call(t,e)?t[e]:void 0},tt=Object.prototype.hasOwnProperty;var rt=function(e){var t=this.__data__;return Je?void 0!==t[e]:tt.call(t,e)},nt="__lodash_hash_undefined__";var ot=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Je&&void 0===t?nt:t,this};function at(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}at.prototype.clear=Ke,at.prototype.delete=Qe,at.prototype.get=et,at.prototype.has=rt,at.prototype.set=ot;var it=at;var ut=function(){this.size=0,this.__data__={hash:new it,map:new(Ve||Pe),string:new it}};var ct=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};var ft=function(e,t){var r=e.__data__;return ct(t)?r["string"==typeof t?"string":"hash"]:r.map};var st=function(e){var t=ft(this,e).delete(e);return this.size-=t?1:0,t};var lt=function(e){return ft(this,e).get(e)};var pt=function(e){return ft(this,e).has(e)};var vt=function(e,t){var r=ft(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this};function dt(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}dt.prototype.clear=ut,dt.prototype.delete=st,dt.prototype.get=lt,dt.prototype.has=pt,dt.prototype.set=vt;var ht=dt,yt=200;var bt=function(e,t){var r=this.__data__;if(r instanceof Pe){var n=r.__data__;if(!Ve||n.length<yt-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new ht(n)}return r.set(e,t),this.size=r.size,this};function gt(e){var t=this.__data__=new Pe(e);this.size=t.size}gt.prototype.clear=Ae,gt.prototype.delete=Re,gt.prototype.get=ze,gt.prototype.has=Ne,gt.prototype.set=bt;var _t=gt,jt="__lodash_hash_undefined__";var mt=function(e){return this.__data__.set(e,jt),this};var Ot=function(e){return this.__data__.has(e)};function wt(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new ht;++t<r;)this.add(e[t])}wt.prototype.add=wt.prototype.push=mt,wt.prototype.has=Ot;var Et=wt;var St=function(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1};var xt=function(e,t){return e.has(t)},Dt=1,Pt=2;var At=function(e,t,r,n,o,a){var i=r&Dt,u=e.length,c=t.length;if(u!=c&&!(i&&c>u))return!1;var f=a.get(e);if(f&&a.get(t))return f==t;var s=-1,l=!0,p=r&Pt?new Et:void 0;for(a.set(e,t),a.set(t,e);++s<u;){var v=e[s],d=t[s];if(n)var h=i?n(d,v,s,t,e,a):n(v,d,s,e,t,a);if(void 0!==h){if(h)continue;l=!1;break}if(p){if(!St(t,function(e,t){if(!xt(p,t)&&(v===e||o(v,e,r,n,a)))return p.push(t)})){l=!1;break}}else if(v!==d&&!o(v,d,r,n,a)){l=!1;break}}return a.delete(e),a.delete(t),l},Rt=y.Uint8Array;var zt=function(e){var t=-1,r=Array(e.size);return e.forEach(function(e,n){r[++t]=[n,e]}),r};var Tt=function(e){var t=-1,r=Array(e.size);return e.forEach(function(e){r[++t]=e}),r},Nt=1,Lt=2,kt="[object Boolean]",Ct="[object Date]",Ft="[object Error]",Mt="[object Map]",$t="[object Number]",Yt="[object RegExp]",Bt="[object Set]",Ut="[object String]",Gt="[object Symbol]",Wt="[object ArrayBuffer]",qt="[object DataView]",It=b?b.prototype:void 0,Ht=It?It.valueOf:void 0;var Vt=function(e,t,r,n,o,a,i){switch(r){case qt:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case Wt:return!(e.byteLength!=t.byteLength||!a(new Rt(e),new Rt(t)));case kt:case Ct:case $t:return je(+e,+t);case Ft:return e.name==t.name&&e.message==t.message;case Yt:case Ut:return e==t+"";case Mt:var u=zt;case Bt:var c=n&Nt;if(u||(u=Tt),e.size!=t.size&&!c)return!1;var f=i.get(e);if(f)return f==t;n|=Lt,i.set(e,t);var s=At(u(e),u(t),n,o,a,i);return i.delete(e),s;case Gt:if(Ht)return Ht.call(e)==Ht.call(t)}return!1};var Jt=function(e,t){for(var r=-1,n=t.length,o=e.length;++r<n;)e[o+r]=t[r];return e};var Kt=function(e,t,r){var n=t(e);return A(e)?n:Jt(n,r(e))};var Qt=function(e,t){for(var r=-1,n=null==e?0:e.length,o=0,a=[];++r<n;){var i=e[r];t(i,r,e)&&(a[o++]=i)}return a};var Xt=function(){return[]},Zt=Object.prototype.propertyIsEnumerable,er=Object.getOwnPropertySymbols,tr=er?function(e){return null==e?[]:(e=Object(e),Qt(er(e),function(t){return Zt.call(e,t)}))}:Xt;var rr=function(e){return Kt(e,be,tr)},nr=1,or=Object.prototype.hasOwnProperty;var ar=function(e,t,r,n,o,a){var i=r&nr,u=rr(e),c=u.length;if(c!=rr(t).length&&!i)return!1;for(var f=c;f--;){var s=u[f];if(!(i?s in t:or.call(t,s)))return!1}var l=a.get(e);if(l&&a.get(t))return l==t;var p=!0;a.set(e,t),a.set(t,e);for(var v=i;++f<c;){var d=e[s=u[f]],h=t[s];if(n)var y=i?n(h,d,s,t,e,a):n(d,h,s,e,t,a);if(!(void 0===y?d===h||o(d,h,r,n,a):y)){p=!1;break}v||(v="constructor"==s)}if(p&&!v){var b=e.constructor,g=t.constructor;b!=g&&"constructor"in e&&"constructor"in t&&!("function"==typeof b&&b instanceof b&&"function"==typeof g&&g instanceof g)&&(p=!1)}return a.delete(e),a.delete(t),p},ir=He(y,"DataView"),ur=He(y,"Promise"),cr=He(y,"Set"),fr=He(y,"WeakMap"),sr=Me(ir),lr=Me(Ve),pr=Me(ur),vr=Me(cr),dr=Me(fr),hr=P;(ir&&"[object DataView]"!=hr(new ir(new ArrayBuffer(1)))||Ve&&"[object Map]"!=hr(new Ve)||ur&&"[object Promise]"!=hr(ur.resolve())||cr&&"[object Set]"!=hr(new cr)||fr&&"[object WeakMap]"!=hr(new fr))&&(hr=function(e){var t=P(e),r="[object Object]"==t?e.constructor:void 0,n=r?Me(r):"";if(n)switch(n){case sr:return"[object DataView]";case lr:return"[object Map]";case pr:return"[object Promise]";case vr:return"[object Set]";case dr:return"[object WeakMap]"}return t});var yr=hr,br=1,gr="[object Arguments]",_r="[object Array]",jr="[object Object]",mr=Object.prototype.hasOwnProperty;var Or=function(e,t,r,n,o,a){var i=A(e),u=A(t),c=i?_r:yr(e),f=u?_r:yr(t),s=(c=c==gr?jr:c)==jr,l=(f=f==gr?jr:f)==jr,p=c==f;if(p&&W(e)){if(!W(t))return!1;i=!0,s=!1}if(p&&!s)return a||(a=new _t),i||te(e)?At(e,t,r,n,o,a):Vt(e,t,c,r,n,o,a);if(!(r&br)){var v=s&&mr.call(e,"__wrapped__"),d=l&&mr.call(t,"__wrapped__");if(v||d){var h=v?e.value():e,y=d?t.value():t;return a||(a=new _t),o(h,y,r,n,a)}}return!!p&&(a||(a=new _t),ar(e,t,r,n,o,a))};var wr=function e(t,r,n,o,a){return t===r||(null==t||null==r||!R(t)&&!R(r)?t!=t&&r!=r:Or(t,r,n,o,e,a))},Er=1,Sr=2;var xr=function(e,t,r,n){var o=r.length,a=o,i=!n;if(null==e)return!a;for(e=Object(e);o--;){var u=r[o];if(i&&u[2]?u[1]!==e[u[0]]:!(u[0]in e))return!1}for(;++o<a;){var c=(u=r[o])[0],f=e[c],s=u[1];if(i&&u[2]){if(void 0===f&&!(c in e))return!1}else{var l=new _t;if(n)var p=n(f,s,c,e,t,l);if(!(void 0===p?wr(s,f,Er|Sr,n,l):p))return!1}}return!0};var Dr=function(e){return e==e&&!se(e)};var Pr=function(e){for(var t=be(e),r=t.length;r--;){var n=t[r],o=e[n];t[r]=[n,o,Dr(o)]}return t};var Ar=function(e,t){return function(r){return null!=r&&r[e]===t&&(void 0!==t||e in Object(r))}};var Rr=function(e){var t=Pr(e);return 1==t.length&&t[0][2]?Ar(t[0][0],t[0][1]):function(r){return r===e||xr(r,e,t)}},zr="[object Symbol]";var Tr=function(e){return"symbol"==typeof e||R(e)&&P(e)==zr},Nr=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Lr=/^\w*$/;var kr=function(e,t){if(A(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!Tr(e))||Lr.test(e)||!Nr.test(e)||null!=t&&e in Object(t)},Cr="Expected a function";function Fr(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError(Cr);var r=function(){var n=arguments,o=t?t.apply(this,n):n[0],a=r.cache;if(a.has(o))return a.get(o);var i=e.apply(this,n);return r.cache=a.set(o,i)||a,i};return r.cache=new(Fr.Cache||ht),r}Fr.Cache=ht;var Mr=Fr,$r=500;var Yr=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Br=/\\(\\)?/g,Ur=function(e){var t=Mr(e,function(e){return r.size===$r&&r.clear(),e}),r=t.cache;return t}(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(Yr,function(e,r,n,o){t.push(n?o.replace(Br,"$1"):r||e)}),t});var Gr=function(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o},Wr=1/0,qr=b?b.prototype:void 0,Ir=qr?qr.toString:void 0;var Hr=function e(t){if("string"==typeof t)return t;if(A(t))return Gr(t,e)+"";if(Tr(t))return Ir?Ir.call(t):"";var r=t+"";return"0"==r&&1/t==-Wr?"-0":r};var Vr=function(e){return null==e?"":Hr(e)};var Jr=function(e,t){return A(e)?e:kr(e,t)?[e]:Ur(Vr(e))},Kr=1/0;var Qr=function(e){if("string"==typeof e||Tr(e))return e;var t=e+"";return"0"==t&&1/e==-Kr?"-0":t};var Xr=function(e,t){for(var r=0,n=(t=Jr(t,e)).length;null!=e&&r<n;)e=e[Qr(t[r++])];return r&&r==n?e:void 0};var Zr=function(e,t,r){var n=null==e?void 0:Xr(e,t);return void 0===n?r:n};var en=function(e,t){return null!=e&&t in Object(e)};var tn=function(e,t,r){for(var n=-1,o=(t=Jr(t,e)).length,a=!1;++n<o;){var i=Qr(t[n]);if(!(a=null!=e&&r(e,i)))break;e=e[i]}return a||++n!=o?a:!!(o=null==e?0:e.length)&&J(o)&&H(i,o)&&(A(e)||U(e))};var rn=function(e,t){return null!=e&&tn(e,t,en)},nn=1,on=2;var an=function(e,t){return kr(e)&&Dr(t)?Ar(Qr(e),t):function(r){var n=Zr(r,e);return void 0===n&&n===t?rn(r,e):wr(t,n,nn|on)}};var un=function(e){return e};var cn=function(e){return function(t){return null==t?void 0:t[e]}};var fn=function(e){return function(t){return Xr(t,e)}};var sn=function(e){return kr(e)?cn(Qr(e)):fn(e)};var ln=function(e){return"function"==typeof e?e:null==e?un:"object"==typeof e?A(e)?an(e[0],e[1]):Rr(e):sn(e)};var pn=function(e,t,r,n,o){return o(e,function(e,o,a){r=n?(n=!1,e):t(r,e,o,a)}),r};var vn=function(e,t,r){var n=A(e)?L:pn,o=arguments.length<3;return n(e,ln(t,4),r,o,ge)},dn=Object.prototype.hasOwnProperty;var hn=function(e,t){return null!=e&&dn.call(e,t)};var yn=function(e,t){return null!=e&&tn(e,t,hn)},bn="[object RegExp]";var gn=function(e){return R(e)&&P(e)==bn},_n=Z&&Z.isRegExp,jn=_n?X(_n):gn,mn="[object Date]";var On=function(e){return R(e)&&P(e)==mn},wn=Z&&Z.isDate,En=wn?X(wn):On,Sn=ie(Object.getPrototypeOf,Object),xn="[object Object]",Dn=Function.prototype,Pn=Object.prototype,An=Dn.toString,Rn=Pn.hasOwnProperty,zn=An.call(Object);var Tn=function(e){if(!R(e)||P(e)!=xn)return!1;var t=Sn(e);if(null===t)return!0;var r=Rn.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&An.call(r)==zn},Nn="undefined"!=typeof Element,Ln="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103,kn=function(e){return e.$$typeof===Ln};function Cn(e,t,r,n,a){return r.push({diffType:a,pathString:n,prevValue:e,nextValue:t}),a!==o.different}function Fn(e,t,r){try{var n=[];return function e(t,r,n){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if(t===r)return!0;if(!t||!r)return Cn(t,r,n,a,o.different);if(A(t)&&A(r)){var i=t.length;if(i!==r.length)return Cn(t,r,n,a,o.different);for(var u=!0,c=i;0!=c--;)e(t[c],r[c],n,"".concat(a,"[").concat(c,"]"))||(u=!1);return Cn(t,r,n,a,u?o.deepEquals:o.different)}if(En(t)&&En(r))return t.getTime()===r.getTime()?Cn(t,r,n,a,o.date):Cn(t,r,n,a,o.different);if(jn(t)&&jn(r))return t.toString()===r.toString()?Cn(t,r,n,a,o.regex):Cn(t,r,n,a,o.different);if(Nn&&t instanceof Element&&r instanceof Element)return Cn(t,r,n,a,o.different);if(kn(t)&&kn(r))return t.type===r.type?Cn(t,r,n,a,o.reactElement):Cn(t,r,n,a,o.different);if(he(t)&&he(r))return t.name===r.name?Cn(t,r,n,a,o.function):Cn(t,r,n,a,o.different);if(Tn(t)&&Tn(r)){var f=be(t),s=f.length;if(s!==be(r).length)return Cn(t,r,n,a,o.different);for(var l=s;0!=l--;)if(!yn(r,f[l]))return Cn(t,r,n,a,o.different);for(var p=!0,v=s;0!=v--;){var d=f[v];e(t[d],r[d],n,"".concat(a,".").concat(d))||(p=!1)}return Cn(t,r,n,a,p?o.deepEquals:o.different)}return Cn(t,r,n,a,o.different)}(e,t,n,r),n}catch(e){if(e.message&&e.message.match(/stack|recursion/i)||-2146828260===e.number)return console.warn("Warning: why-did-you-render couldn't handle circular references in props.",e.name,e.message),!1;throw e}}var Mn={};function $n(e,n){if(e===n)return!1;var o=e||Mn,a=n||Mn,i=be(t({},o,a));return vn(i,function(e,t){var n=Fn(o[t],a[t],t);return n&&(e=[].concat(r(e||[]),r(n))),e},[])}function Yn(e,t,r,n){return{propsDifferences:$n(e,r),stateDifferences:$n(t,n)}}function Bn(e){var t=e.Component,r=e.displayName,n=e.prevProps,o=e.prevState,a=e.nextProps,i=e.nextState;return{Component:t,displayName:r,prevProps:n,prevState:o,nextProps:a,nextState:i,options:e.options,reason:Yn(n,o,a,i)}}function Un(e,t,r,n,o){return t.prototype&&t.prototype.isReactComponent?function(e,t,r,n){class o extends e{constructor(t,r){var n;if(super(t,r),n=this,this.render&&!e.prototype.render){var a=this.render;this.render=function(){return o.prototype.render.apply(n),a()}}}render(){return this._prevProps&&n.notifier(Bn({Component:e,displayName:t,prevProps:this._prevProps,prevState:this._prevState,nextProps:this.props,nextState:this.state,options:n})),this._prevProps=this.props,this._prevState=this.state,super.render&&super.render()}}return Object.assign(o,e,{displayName:t}),o}(t,r,0,o):function(e,t,r,n){var o=void 0;function a(r){return o&&n.notifier(Bn({Component:e,displayName:t,prevProps:o,nextProps:r,options:n})),o=r,e(r)}return Object.assign(a,e,{displayName:t}),a}(t,r,0,o)}return function(e,t){var r=l(t),n=e.createElement,o=e.createFactory,a=new WeakMap;return e.createElement=function(t){for(var o="function"==typeof t&&function(e,t,r){return!(function(e,t){return t.exclude&&t.exclude.length>0&&t.exclude.some(function(t){return t.test(e)})}(t,r)||!e.whyDidYouRender&&!function(e,t){return t.include&&t.include.length>0&&t.include.some(function(t){return t.test(e)})}(t,r))}(t,N(t),r),i=arguments.length,u=new Array(i>1?i-1:0),c=1;c<i;c++)u[c-1]=arguments[c];if(!o)return n.apply(e,[t].concat(u));var f=t&&t.whyDidYouRender&&t.whyDidYouRender.customName||N(t),s=function(e,t,r,n,o){if(e.has(t))return e.get(t);var a=Un(0,t,r,0,o);return e.set(t,a),a}(a,t,f,0,r);return n.apply(e,[s].concat(u))},Object.assign(e.createElement,n),e.createFactory=function(t){var r=e.createElement.bind(null,t);return r.type=t,r},Object.assign(e.createFactory,o),e.__REVERT_WHY_DID_YOU_RENDER__=function(){e.createElement=n,e.createFactory=o,a=null,delete e.__REVERT_WHY_DID_YOU_RENDER__},e}}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e=e||self).whyDidYouRender=t()}(this,function(){"use strict";function e(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function t(t){for(var r=1;r<arguments.length;r++){var n=null!=arguments[r]?arguments[r]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),o.forEach(function(r){e(t,r,n[r])})}return t}function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=[],n=!0,o=!1,a=void 0;try{for(var u,i=e[Symbol.iterator]();!(n=(u=i.next()).done)&&(r.push(u.value),!t||r.length!==t);n=!0);}catch(e){o=!0,a=e}finally{try{n||null==i.return||i.return()}finally{if(o)throw a}}return r}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function n(e){return function(e){if(Array.isArray(e)){for(var t=0,r=new Array(e.length);t<e.length;t++)r[t]=e[t];return r}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}var o="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function a(e,t){return e(t={exports:{}},t.exports),t.exports}var u="object"==typeof o&&o&&o.Object===Object&&o,i="object"==typeof self&&self&&self.Object===Object&&self,c=u||i||Function("return this")(),f=c.Symbol;var s=function(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o},l=Array.isArray,p=Object.prototype,v=p.hasOwnProperty,d=p.toString,h=f?f.toStringTag:void 0;var y=function(e){var t=v.call(e,h),r=e[h];try{e[h]=void 0;var n=!0}catch(e){}var o=d.call(e);return n&&(t?e[h]=r:delete e[h]),o},b=Object.prototype.toString;var g=function(e){return b.call(e)},_="[object Null]",m="[object Undefined]",j=f?f.toStringTag:void 0;var O=function(e){return null==e?void 0===e?m:_:j&&j in Object(e)?y(e):g(e)};var w=function(e){return null!=e&&"object"==typeof e},S="[object Symbol]";var x=function(e){return"symbol"==typeof e||w(e)&&O(e)==S},E=1/0,k=f?f.prototype:void 0,D=k?k.toString:void 0;var P=function e(t){if("string"==typeof t)return t;if(l(t))return s(t,e)+"";if(x(t))return D?D.call(t):"";var r=t+"";return"0"==r&&1/t==-E?"-0":r};var A=function(e){return null==e?"":P(e)};var R=function(e,t,r){var n=-1,o=e.length;t<0&&(t=-t>o?0:o+t),(r=r>o?o:r)<0&&(r+=o),o=t>r?0:r-t>>>0,t>>>=0;for(var a=Array(o);++n<o;)a[n]=e[n+t];return a};var N=function(e,t,r){var n=e.length;return r=void 0===r?n:r,!t&&r>=n?e:R(e,t,r)},T=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff\\ufe0e\\ufe0f]");var z=function(e){return T.test(e)};var C=function(e){return e.split("")},L="[\\ud800-\\udfff]",M="[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]",H="\\ud83c[\\udffb-\\udfff]",$="[^\\ud800-\\udfff]",F="(?:\\ud83c[\\udde6-\\uddff]){2}",V="[\\ud800-\\udbff][\\udc00-\\udfff]",I="(?:"+M+"|"+H+")"+"?",U="[\\ufe0e\\ufe0f]?"+I+("(?:\\u200d(?:"+[$,F,V].join("|")+")[\\ufe0e\\ufe0f]?"+I+")*"),Y="(?:"+[$+M+"?",M,F,V,L].join("|")+")",B=RegExp(H+"(?="+H+")|"+Y+U,"g");var q=function(e){return e.match(B)||[]};var W=function(e){return z(e)?q(e):C(e)};var G=function(e){return function(t){t=A(t);var r=z(t)?W(t):void 0,n=r?r[0]:t.charAt(0),o=r?N(r,1).join(""):t.slice(1);return n[e]()+o}}("toUpperCase");var J=function(e){return G(A(e).toLowerCase())};var K=function(e){return e};var Q=function(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)},X=Math.max;var Z=function(e,t,r){return t=X(void 0===t?e.length-1:t,0),function(){for(var n=arguments,o=-1,a=X(n.length-t,0),u=Array(a);++o<a;)u[o]=n[t+o];o=-1;for(var i=Array(t+1);++o<t;)i[o]=n[o];return i[t]=r(u),Q(e,this,i)}};var ee=function(e){return function(){return e}};var te=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},re="[object AsyncFunction]",ne="[object Function]",oe="[object GeneratorFunction]",ae="[object Proxy]";var ue,ie=function(e){if(!te(e))return!1;var t=O(e);return t==ne||t==oe||t==re||t==ae},ce=c["__core-js_shared__"],fe=(ue=/[^.]+$/.exec(ce&&ce.keys&&ce.keys.IE_PROTO||""))?"Symbol(src)_1."+ue:"";var se=function(e){return!!fe&&fe in e},le=Function.prototype.toString;var pe=function(e){if(null!=e){try{return le.call(e)}catch(e){}try{return e+""}catch(e){}}return""},ve=/^\[object .+?Constructor\]$/,de=Function.prototype,he=Object.prototype,ye=de.toString,be=he.hasOwnProperty,ge=RegExp("^"+ye.call(be).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");var _e=function(e){return!(!te(e)||se(e))&&(ie(e)?ge:ve).test(pe(e))};var me=function(e,t){return null==e?void 0:e[t]};var je=function(e,t){var r=me(e,t);return _e(r)?r:void 0},Oe=function(){try{var e=je(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),we=Oe?function(e,t){return Oe(e,"toString",{configurable:!0,enumerable:!1,value:ee(t),writable:!0})}:K,Se=800,xe=16,Ee=Date.now;var ke=function(e){var t=0,r=0;return function(){var n=Ee(),o=xe-(n-r);if(r=n,o>0){if(++t>=Se)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}(we);var De=function(e,t){return ke(Z(e,t,K),e+"")};var Pe=function(e,t){return e===t||e!=e&&t!=t},Ae=9007199254740991;var Re=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=Ae};var Ne=function(e){return null!=e&&Re(e.length)&&!ie(e)},Te=9007199254740991,ze=/^(?:0|[1-9]\d*)$/;var Ce=function(e,t){var r=typeof e;return!!(t=null==t?Te:t)&&("number"==r||"symbol"!=r&&ze.test(e))&&e>-1&&e%1==0&&e<t};var Le=function(e,t,r){if(!te(r))return!1;var n=typeof t;return!!("number"==n?Ne(r)&&Ce(t,r.length):"string"==n&&t in r)&&Pe(r[t],e)};var Me=function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n},He="[object Arguments]";var $e=function(e){return w(e)&&O(e)==He},Fe=Object.prototype,Ve=Fe.hasOwnProperty,Ie=Fe.propertyIsEnumerable,Ue=$e(function(){return arguments}())?$e:function(e){return w(e)&&Ve.call(e,"callee")&&!Ie.call(e,"callee")};var Ye=function(){return!1},Be=a(function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r?c.Buffer:void 0,a=(o?o.isBuffer:void 0)||Ye;e.exports=a}),qe={};qe["[object Float32Array]"]=qe["[object Float64Array]"]=qe["[object Int8Array]"]=qe["[object Int16Array]"]=qe["[object Int32Array]"]=qe["[object Uint8Array]"]=qe["[object Uint8ClampedArray]"]=qe["[object Uint16Array]"]=qe["[object Uint32Array]"]=!0,qe["[object Arguments]"]=qe["[object Array]"]=qe["[object ArrayBuffer]"]=qe["[object Boolean]"]=qe["[object DataView]"]=qe["[object Date]"]=qe["[object Error]"]=qe["[object Function]"]=qe["[object Map]"]=qe["[object Number]"]=qe["[object Object]"]=qe["[object RegExp]"]=qe["[object Set]"]=qe["[object String]"]=qe["[object WeakMap]"]=!1;var We=function(e){return w(e)&&Re(e.length)&&!!qe[O(e)]};var Ge=function(e){return function(t){return e(t)}},Je=a(function(e,t){var r=t&&!t.nodeType&&t,n=r&&e&&!e.nodeType&&e,o=n&&n.exports===r&&u.process,a=function(){try{var e=n&&n.require&&n.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a}),Ke=Je&&Je.isTypedArray,Qe=Ke?Ge(Ke):We,Xe=Object.prototype.hasOwnProperty;var Ze=function(e,t){var r=l(e),n=!r&&Ue(e),o=!r&&!n&&Be(e),a=!r&&!n&&!o&&Qe(e),u=r||n||o||a,i=u?Me(e.length,String):[],c=i.length;for(var f in e)!t&&!Xe.call(e,f)||u&&("length"==f||o&&("offset"==f||"parent"==f)||a&&("buffer"==f||"byteLength"==f||"byteOffset"==f)||Ce(f,c))||i.push(f);return i},et=Object.prototype;var tt=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||et)};var rt=function(e){var t=[];if(null!=e)for(var r in Object(e))t.push(r);return t},nt=Object.prototype.hasOwnProperty;var ot=function(e){if(!te(e))return rt(e);var t=tt(e),r=[];for(var n in e)("constructor"!=n||!t&&nt.call(e,n))&&r.push(n);return r};var at,ut=function(e){return Ne(e)?Ze(e,!0):ot(e)},it=Object.prototype,ct=it.hasOwnProperty,ft=De(function(e,t){e=Object(e);var r=-1,n=t.length,o=n>2?t[2]:void 0;for(o&&Le(t[0],t[1],o)&&(n=1);++r<n;)for(var a=t[r],u=ut(a),i=-1,c=u.length;++i<c;){var f=u[i],s=e[f];(void 0===s||Pe(s,it[f])&&!ct.call(e,f))&&(e[f]=a[f])}return e}),st={different:"different",deepEquals:"deepEquals",date:"date",regex:"regex",reactElement:"reactElement",function:"function"},lt="http://bit.ly/wdyr02",pt="http://bit.ly/wdyr3",vt=(e(at={},st.different,"different objects."),e(at,st.deepEquals,"different objects that are equal by value."),e(at,st.date,"different date objects with the same value."),e(at,st.regex,"different regular expressions with the same value."),e(at,st.reactElement,"different React elements with the same displayName."),e(at,st.function,"different functions with the same name."),at),dt=!1;function ht(t){var r=t.Component,n=t.displayName,o=t.hookName,a=t.prefixMessage,u=t.diffObjType,i=t.differences,c=t.values,f=t.options;i&&i.length>0?(f.consoleLog(e({},n,r),"".concat(a," of ").concat(u," changes:")),i.forEach(function(t){var r=t.pathString,n=t.diffType,a=t.prevValue,i=t.nextValue;f.consoleGroup("%c".concat("hook"===u?"hook ".concat(o," "):"".concat(u,"."),"%c").concat(r,"%c"),"color:blue;","color:red;","color:black;"),f.consoleLog("".concat(vt[n]," (more info at ").concat(o?pt:lt,")")),f.consoleLog(e({},"prev ".concat(r),a),"!==",e({},"next ".concat(r),i)),f.consoleGroupEnd()})):i&&(f.consoleLog(e({},n,r),"".concat(a," the ").concat(u," object itself changed but it's values are all equal."),"props"===u?"This could of been avoided by making the component pure, or by preventing it's father from re-rendering.":"This usually means this component called setState when no changes in it's state actually occurred.","more info at ".concat(lt)),f.consoleLog("prev ".concat(u,":"),c.prev," !== ",c.next,":next ".concat(u)))}function yt(t){var r=t.Component,n=t.displayName,o=t.hookName,a=t.prevProps,u=t.prevState,i=t.prevHook,c=t.nextProps,f=t.nextState,s=t.nextHook,l=t.reason,p=t.options;if(function(e,t,r){return!(dt||!r.logOnDifferentValues&&(!t.whyDidYouRender||!t.whyDidYouRender.logOnDifferentValues)&&(e.propsDifferences&&e.propsDifferences.some(function(e){return e.diffType===st.different})||e.stateDifferences&&e.stateDifferences.some(function(e){return e.diffType===st.different})||e.hookDifferences&&e.hookDifferences.some(function(e){return e.diffType===st.different})))}(l,r,p)){p.consoleGroup("%c".concat(n),"color: #058;");var v="Re-rendered because";l.propsDifferences&&(ht({Component:r,displayName:n,prefixMessage:v,diffObjType:"props",differences:l.propsDifferences,values:{prev:a,next:c},options:p}),v="And because"),l.stateDifferences&&ht({Component:r,displayName:n,prefixMessage:v,diffObjType:"state",differences:l.stateDifferences,values:{prev:u,next:f},options:p}),l.hookDifferences&&ht({Component:r,displayName:n,prefixMessage:v,diffObjType:"hook",differences:l.hookDifferences,values:{prev:i,next:s},hookName:o,options:p}),l.propsDifferences||l.stateDifferences||l.hookDifferences||p.consoleLog(e({},n,r),"Re-rendered although props and state objects are the same.","This usually means there was a call to this.forceUpdate() inside the component.","more info at ".concat(lt)),p.consoleGroupEnd()}}var bt=function(){};function gt(){var e,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0,o=console.group,a=console.groupEnd;return r.collapseGroups?o=console.groupCollapsed:r.onlyLogs&&(o=console.log,a=bt),t({include:null,exclude:null,notifier:r.notifier||((e=r.hasOwnProperty("hotReloadBufferMs")?r.hotReloadBufferMs:500)&&module&&module.hot&&module.hot.addStatusHandler&&module.hot.addStatusHandler(function(t){"idle"===t&&(dt=!0,setTimeout(function(){dt=!1},e))}),yt),onlyLogs:!1,consoleLog:console.log,consoleGroup:o,consoleGroupEnd:a,logOnDifferentValues:!1,trackHooks:t({useState:{fn:n.useState,allowShallow:!0},useReducer:{fn:n.useReducer}},r.userHooks)},r)}var _t="[object String]";var mt=function(e){return"string"==typeof e||!l(e)&&w(e)&&O(e)==_t};function jt(e){return e.displayName||e.name||e.type&&jt(e.type)||(mt(e)?e:void 0)}var Ot=function(e,t,r,n){var o=-1,a=null==e?0:e.length;for(n&&a&&(r=e[++o]);++o<a;)r=t(r,e[o],o,e);return r};var wt=function(e){return function(t,r,n){for(var o=-1,a=Object(t),u=n(t),i=u.length;i--;){var c=u[e?i:++o];if(!1===r(a[c],c,a))break}return t}}();var St=function(e,t){return function(r){return e(t(r))}},xt=St(Object.keys,Object),Et=Object.prototype.hasOwnProperty;var kt=function(e){if(!tt(e))return xt(e);var t=[];for(var r in Object(e))Et.call(e,r)&&"constructor"!=r&&t.push(r);return t};var Dt=function(e){return Ne(e)?Ze(e):kt(e)};var Pt=function(e,t){return function(r,n){if(null==r)return r;if(!Ne(r))return e(r,n);for(var o=r.length,a=t?o:-1,u=Object(r);(t?a--:++a<o)&&!1!==n(u[a],a,u););return r}}(function(e,t){return e&&wt(e,t,Dt)});var At=function(){this.__data__=[],this.size=0};var Rt=function(e,t){for(var r=e.length;r--;)if(Pe(e[r][0],t))return r;return-1},Nt=Array.prototype.splice;var Tt=function(e){var t=this.__data__,r=Rt(t,e);return!(r<0||(r==t.length-1?t.pop():Nt.call(t,r,1),--this.size,0))};var zt=function(e){var t=this.__data__,r=Rt(t,e);return r<0?void 0:t[r][1]};var Ct=function(e){return Rt(this.__data__,e)>-1};var Lt=function(e,t){var r=this.__data__,n=Rt(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this};function Mt(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Mt.prototype.clear=At,Mt.prototype.delete=Tt,Mt.prototype.get=zt,Mt.prototype.has=Ct,Mt.prototype.set=Lt;var Ht=Mt;var $t=function(){this.__data__=new Ht,this.size=0};var Ft=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r};var Vt=function(e){return this.__data__.get(e)};var It=function(e){return this.__data__.has(e)},Ut=je(c,"Map"),Yt=je(Object,"create");var Bt=function(){this.__data__=Yt?Yt(null):{},this.size=0};var qt=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Wt="__lodash_hash_undefined__",Gt=Object.prototype.hasOwnProperty;var Jt=function(e){var t=this.__data__;if(Yt){var r=t[e];return r===Wt?void 0:r}return Gt.call(t,e)?t[e]:void 0},Kt=Object.prototype.hasOwnProperty;var Qt=function(e){var t=this.__data__;return Yt?void 0!==t[e]:Kt.call(t,e)},Xt="__lodash_hash_undefined__";var Zt=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Yt&&void 0===t?Xt:t,this};function er(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}er.prototype.clear=Bt,er.prototype.delete=qt,er.prototype.get=Jt,er.prototype.has=Qt,er.prototype.set=Zt;var tr=er;var rr=function(){this.size=0,this.__data__={hash:new tr,map:new(Ut||Ht),string:new tr}};var nr=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e};var or=function(e,t){var r=e.__data__;return nr(t)?r["string"==typeof t?"string":"hash"]:r.map};var ar=function(e){var t=or(this,e).delete(e);return this.size-=t?1:0,t};var ur=function(e){return or(this,e).get(e)};var ir=function(e){return or(this,e).has(e)};var cr=function(e,t){var r=or(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this};function fr(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}fr.prototype.clear=rr,fr.prototype.delete=ar,fr.prototype.get=ur,fr.prototype.has=ir,fr.prototype.set=cr;var sr=fr,lr=200;var pr=function(e,t){var r=this.__data__;if(r instanceof Ht){var n=r.__data__;if(!Ut||n.length<lr-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new sr(n)}return r.set(e,t),this.size=r.size,this};function vr(e){var t=this.__data__=new Ht(e);this.size=t.size}vr.prototype.clear=$t,vr.prototype.delete=Ft,vr.prototype.get=Vt,vr.prototype.has=It,vr.prototype.set=pr;var dr=vr,hr="__lodash_hash_undefined__";var yr=function(e){return this.__data__.set(e,hr),this};var br=function(e){return this.__data__.has(e)};function gr(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new sr;++t<r;)this.add(e[t])}gr.prototype.add=gr.prototype.push=yr,gr.prototype.has=br;var _r=gr;var mr=function(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1};var jr=function(e,t){return e.has(t)},Or=1,wr=2;var Sr=function(e,t,r,n,o,a){var u=r&Or,i=e.length,c=t.length;if(i!=c&&!(u&&c>i))return!1;var f=a.get(e);if(f&&a.get(t))return f==t;var s=-1,l=!0,p=r&wr?new _r:void 0;for(a.set(e,t),a.set(t,e);++s<i;){var v=e[s],d=t[s];if(n)var h=u?n(d,v,s,t,e,a):n(v,d,s,e,t,a);if(void 0!==h){if(h)continue;l=!1;break}if(p){if(!mr(t,function(e,t){if(!jr(p,t)&&(v===e||o(v,e,r,n,a)))return p.push(t)})){l=!1;break}}else if(v!==d&&!o(v,d,r,n,a)){l=!1;break}}return a.delete(e),a.delete(t),l},xr=c.Uint8Array;var Er=function(e){var t=-1,r=Array(e.size);return e.forEach(function(e,n){r[++t]=[n,e]}),r};var kr=function(e){var t=-1,r=Array(e.size);return e.forEach(function(e){r[++t]=e}),r},Dr=1,Pr=2,Ar="[object Boolean]",Rr="[object Date]",Nr="[object Error]",Tr="[object Map]",zr="[object Number]",Cr="[object RegExp]",Lr="[object Set]",Mr="[object String]",Hr="[object Symbol]",$r="[object ArrayBuffer]",Fr="[object DataView]",Vr=f?f.prototype:void 0,Ir=Vr?Vr.valueOf:void 0;var Ur=function(e,t,r,n,o,a,u){switch(r){case Fr:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case $r:return!(e.byteLength!=t.byteLength||!a(new xr(e),new xr(t)));case Ar:case Rr:case zr:return Pe(+e,+t);case Nr:return e.name==t.name&&e.message==t.message;case Cr:case Mr:return e==t+"";case Tr:var i=Er;case Lr:var c=n&Dr;if(i||(i=kr),e.size!=t.size&&!c)return!1;var f=u.get(e);if(f)return f==t;n|=Pr,u.set(e,t);var s=Sr(i(e),i(t),n,o,a,u);return u.delete(e),s;case Hr:if(Ir)return Ir.call(e)==Ir.call(t)}return!1};var Yr=function(e,t){for(var r=-1,n=t.length,o=e.length;++r<n;)e[o+r]=t[r];return e};var Br=function(e,t,r){var n=t(e);return l(e)?n:Yr(n,r(e))};var qr=function(e,t){for(var r=-1,n=null==e?0:e.length,o=0,a=[];++r<n;){var u=e[r];t(u,r,e)&&(a[o++]=u)}return a};var Wr=function(){return[]},Gr=Object.prototype.propertyIsEnumerable,Jr=Object.getOwnPropertySymbols,Kr=Jr?function(e){return null==e?[]:(e=Object(e),qr(Jr(e),function(t){return Gr.call(e,t)}))}:Wr;var Qr=function(e){return Br(e,Dt,Kr)},Xr=1,Zr=Object.prototype.hasOwnProperty;var en=function(e,t,r,n,o,a){var u=r&Xr,i=Qr(e),c=i.length;if(c!=Qr(t).length&&!u)return!1;for(var f=c;f--;){var s=i[f];if(!(u?s in t:Zr.call(t,s)))return!1}var l=a.get(e);if(l&&a.get(t))return l==t;var p=!0;a.set(e,t),a.set(t,e);for(var v=u;++f<c;){var d=e[s=i[f]],h=t[s];if(n)var y=u?n(h,d,s,t,e,a):n(d,h,s,e,t,a);if(!(void 0===y?d===h||o(d,h,r,n,a):y)){p=!1;break}v||(v="constructor"==s)}if(p&&!v){var b=e.constructor,g=t.constructor;b!=g&&"constructor"in e&&"constructor"in t&&!("function"==typeof b&&b instanceof b&&"function"==typeof g&&g instanceof g)&&(p=!1)}return a.delete(e),a.delete(t),p},tn=je(c,"DataView"),rn=je(c,"Promise"),nn=je(c,"Set"),on=je(c,"WeakMap"),an=pe(tn),un=pe(Ut),cn=pe(rn),fn=pe(nn),sn=pe(on),ln=O;(tn&&"[object DataView]"!=ln(new tn(new ArrayBuffer(1)))||Ut&&"[object Map]"!=ln(new Ut)||rn&&"[object Promise]"!=ln(rn.resolve())||nn&&"[object Set]"!=ln(new nn)||on&&"[object WeakMap]"!=ln(new on))&&(ln=function(e){var t=O(e),r="[object Object]"==t?e.constructor:void 0,n=r?pe(r):"";if(n)switch(n){case an:return"[object DataView]";case un:return"[object Map]";case cn:return"[object Promise]";case fn:return"[object Set]";case sn:return"[object WeakMap]"}return t});var pn=ln,vn=1,dn="[object Arguments]",hn="[object Array]",yn="[object Object]",bn=Object.prototype.hasOwnProperty;var gn=function(e,t,r,n,o,a){var u=l(e),i=l(t),c=u?hn:pn(e),f=i?hn:pn(t),s=(c=c==dn?yn:c)==yn,p=(f=f==dn?yn:f)==yn,v=c==f;if(v&&Be(e)){if(!Be(t))return!1;u=!0,s=!1}if(v&&!s)return a||(a=new dr),u||Qe(e)?Sr(e,t,r,n,o,a):Ur(e,t,c,r,n,o,a);if(!(r&vn)){var d=s&&bn.call(e,"__wrapped__"),h=p&&bn.call(t,"__wrapped__");if(d||h){var y=d?e.value():e,b=h?t.value():t;return a||(a=new dr),o(y,b,r,n,a)}}return!!v&&(a||(a=new dr),en(e,t,r,n,o,a))};var _n=function e(t,r,n,o,a){return t===r||(null==t||null==r||!w(t)&&!w(r)?t!=t&&r!=r:gn(t,r,n,o,e,a))},mn=1,jn=2;var On=function(e,t,r,n){var o=r.length,a=o,u=!n;if(null==e)return!a;for(e=Object(e);o--;){var i=r[o];if(u&&i[2]?i[1]!==e[i[0]]:!(i[0]in e))return!1}for(;++o<a;){var c=(i=r[o])[0],f=e[c],s=i[1];if(u&&i[2]){if(void 0===f&&!(c in e))return!1}else{var l=new dr;if(n)var p=n(f,s,c,e,t,l);if(!(void 0===p?_n(s,f,mn|jn,n,l):p))return!1}}return!0};var wn=function(e){return e==e&&!te(e)};var Sn=function(e){for(var t=Dt(e),r=t.length;r--;){var n=t[r],o=e[n];t[r]=[n,o,wn(o)]}return t};var xn=function(e,t){return function(r){return null!=r&&r[e]===t&&(void 0!==t||e in Object(r))}};var En=function(e){var t=Sn(e);return 1==t.length&&t[0][2]?xn(t[0][0],t[0][1]):function(r){return r===e||On(r,e,t)}},kn=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Dn=/^\w*$/;var Pn=function(e,t){if(l(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!x(e))||Dn.test(e)||!kn.test(e)||null!=t&&e in Object(t)},An="Expected a function";function Rn(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError(An);var r=function(){var n=arguments,o=t?t.apply(this,n):n[0],a=r.cache;if(a.has(o))return a.get(o);var u=e.apply(this,n);return r.cache=a.set(o,u)||a,u};return r.cache=new(Rn.Cache||sr),r}Rn.Cache=sr;var Nn=Rn,Tn=500;var zn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Cn=/\\(\\)?/g,Ln=function(e){var t=Nn(e,function(e){return r.size===Tn&&r.clear(),e}),r=t.cache;return t}(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(zn,function(e,r,n,o){t.push(n?o.replace(Cn,"$1"):r||e)}),t});var Mn=function(e,t){return l(e)?e:Pn(e,t)?[e]:Ln(A(e))},Hn=1/0;var $n=function(e){if("string"==typeof e||x(e))return e;var t=e+"";return"0"==t&&1/e==-Hn?"-0":t};var Fn=function(e,t){for(var r=0,n=(t=Mn(t,e)).length;null!=e&&r<n;)e=e[$n(t[r++])];return r&&r==n?e:void 0};var Vn=function(e,t,r){var n=null==e?void 0:Fn(e,t);return void 0===n?r:n};var In=function(e,t){return null!=e&&t in Object(e)};var Un=function(e,t,r){for(var n=-1,o=(t=Mn(t,e)).length,a=!1;++n<o;){var u=$n(t[n]);if(!(a=null!=e&&r(e,u)))break;e=e[u]}return a||++n!=o?a:!!(o=null==e?0:e.length)&&Re(o)&&Ce(u,o)&&(l(e)||Ue(e))};var Yn=function(e,t){return null!=e&&Un(e,t,In)},Bn=1,qn=2;var Wn=function(e,t){return Pn(e)&&wn(t)?xn($n(e),t):function(r){var n=Vn(r,e);return void 0===n&&n===t?Yn(r,e):_n(t,n,Bn|qn)}};var Gn=function(e){return function(t){return null==t?void 0:t[e]}};var Jn=function(e){return function(t){return Fn(t,e)}};var Kn=function(e){return Pn(e)?Gn($n(e)):Jn(e)};var Qn=function(e){return"function"==typeof e?e:null==e?K:"object"==typeof e?l(e)?Wn(e[0],e[1]):En(e):Kn(e)};var Xn=function(e,t,r,n,o){return o(e,function(e,o,a){r=n?(n=!1,e):t(r,e,o,a)}),r};var Zn=function(e,t,r){var n=l(e)?Ot:Xn,o=arguments.length<3;return n(e,Qn(t,4),r,o,Pt)},eo=Object.prototype.hasOwnProperty;var to=function(e,t){return null!=e&&eo.call(e,t)};var ro=function(e,t){return null!=e&&Un(e,t,to)},no="[object RegExp]";var oo=function(e){return w(e)&&O(e)==no},ao=Je&&Je.isRegExp,uo=ao?Ge(ao):oo,io="[object Date]";var co=function(e){return w(e)&&O(e)==io},fo=Je&&Je.isDate,so=fo?Ge(fo):co,lo=St(Object.getPrototypeOf,Object),po="[object Object]",vo=Function.prototype,ho=Object.prototype,yo=vo.toString,bo=ho.hasOwnProperty,go=yo.call(Object);var _o=function(e){if(!w(e)||O(e)!=po)return!1;var t=lo(e);if(null===t)return!0;var r=bo.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&yo.call(r)==go},mo="undefined"!=typeof Element,jo="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103,Oo=function(e){return e.$$typeof===jo};function wo(e,t,r,n,o){return r.push({diffType:o,pathString:n,prevValue:e,nextValue:t}),o!==st.different}function So(e,t,r){try{var n=[];return function e(t,r,n){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";if(t===r)return!0;if(!t||!r)return wo(t,r,n,o,st.different);if(l(t)&&l(r)){var a=t.length;if(a!==r.length)return wo(t,r,n,o,st.different);for(var u=!0,i=a;0!=i--;)e(t[i],r[i],n,"".concat(o,"[").concat(i,"]"))||(u=!1);return wo(t,r,n,o,u?st.deepEquals:st.different)}if(so(t)&&so(r))return t.getTime()===r.getTime()?wo(t,r,n,o,st.date):wo(t,r,n,o,st.different);if(uo(t)&&uo(r))return t.toString()===r.toString()?wo(t,r,n,o,st.regex):wo(t,r,n,o,st.different);if(mo&&t instanceof Element&&r instanceof Element)return wo(t,r,n,o,st.different);if(Oo(t)&&Oo(r))return t.type===r.type?wo(t,r,n,o,st.reactElement):wo(t,r,n,o,st.different);if(ie(t)&&ie(r))return t.name===r.name?wo(t,r,n,o,st.function):wo(t,r,n,o,st.different);if(_o(t)&&_o(r)){var c=Dt(t),f=c.length;if(f!==Dt(r).length)return wo(t,r,n,o,st.different);for(var s=f;0!=s--;)if(!ro(r,c[s]))return wo(t,r,n,o,st.different);for(var p=!0,v=f;0!=v--;){var d=c[v];e(t[d],r[d],n,"".concat(o,".").concat(d))||(p=!1)}return wo(t,r,n,o,p?st.deepEquals:st.different)}return wo(t,r,n,o,st.different)}(e,t,n,r),n}catch(e){if(e.message&&e.message.match(/stack|recursion/i)||-2146828260===e.number)return console.warn("Warning: why-did-you-render couldn't handle circular references in props.",e.name,e.message),!1;throw e}}var xo={};function Eo(e,r){if(e===r)return!1;var o=e||xo,a=r||xo,u=Object.keys(t({},o,a));return Zn(u,function(e,t){var r=So(o[t],a[t],t);return r&&(e=[].concat(n(e),n(r))),e},[])}function ko(e,t,r,n,o,a){return{propsDifferences:Eo(e,n),stateDifferences:Eo(t,o),hookDifferences:Eo(r,a)}}function Do(e){var t=e.Component,r=e.displayName,n=e.hookName,o=e.prevProps,a=e.prevState,u=e.prevHook,i=e.nextProps,c=e.nextState,f=e.nextHook;return{Component:t,displayName:r,hookName:n,prevProps:o,prevState:a,prevHook:u,nextProps:i,nextState:c,nextHook:f,options:e.options,reason:ko(o,a,u,i,c,f)}}function Po(e,t,r){return!function(e,t){return t.exclude&&t.exclude.length>0&&t.exclude.some(function(t){return t.test(e)})}(t,r)&&!(!e.whyDidYouRender&&!function(e,t){return t.include&&t.include.length>0&&t.include.some(function(t){return t.test(e)})}(t,r))}var Ao="function"==typeof Symbol&&Symbol.for?Symbol.for("react.memo"):60115;function Ro(e,t,r,n,o){return t.$$typeof===Ao?function(e,t,r,n){var o=r.memo(function(o){var a=r.useRef(),u=a.current;if(a.current=o,u){var i=Do({Component:e,displayName:t,prevProps:u,nextProps:o,options:n});i.reason.propsDifferences&&n.notifier(i)}return e.type(o)});return o.displayName=t,ft(o,e),o}(t,r,n,o):t.prototype&&t.prototype.isReactComponent?function(e,t,r,n){class o extends e{constructor(t,r){var n;if(super(t,r),n=this,this.render&&!e.prototype.render){var a=this.render;this.render=function(){return o.prototype.render.apply(n),a()}}}render(){return this._prevProps&&n.notifier(Do({Component:e,displayName:t,prevProps:this._prevProps,prevState:this._prevState,nextProps:this.props,nextState:this.state,options:n})),this._prevProps=this.props,this._prevState=this.state,super.render&&super.render()}}return o.displayName=t,ft(o,e),o}(t,r,0,o):function(e,t,r,n){function o(o){var a=r.useRef(),u=a.current;if(a.current=o,u){var i=Do({Component:e,displayName:t,prevProps:u,nextProps:o,options:n});i.reason.propsDifferences&&n.notifier(i)}return e(o)}return o.displayName=t,ft(o,e),o}(t,r,n,o)}return function(e,n){var o=gt(n,e),a=e.createElement,u=e.createFactory,i={},c=new WeakMap;return e.createElement=function(t){for(var r=("function"==typeof t||t.$$typeof===Ao)&&Po(t,jt(t),o),n=arguments.length,u=new Array(n>1?n-1:0),i=1;i<n;i++)u[i-1]=arguments[i];if(!r)return a.apply(e,[t].concat(u));var f=t&&t.whyDidYouRender&&t.whyDidYouRender.customName||jt(t),s=function(e,t,r,n,o){if(e.has(t))return e.get(t);var a=Ro(0,t,r,n,o);return e.set(t,a),a}(c,t,f,e,o);return a.apply(e,[s].concat(u))},Object.assign(e.createElement,a),e.createFactory=function(t){var r=e.createElement.bind(null,t);return r.type=t,r},Object.assign(e.createFactory,u),o.trackHooks&&Object.entries(o.trackHooks).forEach(function(t){var n=r(t,2),a=n[0],u=n[1];i[a]=e[a],e[a]=function(e,t,r,n){var o=function(){var o=t.fn.apply(t,arguments),a=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner.current.type,u=jt(a);if(!Po(a,u,n))return o;var i=r.useRef(),c=i.current;if(i.current=o,c){var f=Do({Component:a,displayName:u,hookName:e,prevHook:c,nextHook:o,options:n});f.reason.hookDifferences&&(f.reason.hookDifferences.length>0||!t.allowShallow)&&n.notifier(f)}return i.current},a="patched".concat(J(e[0])).concat(e.substr(1));return Object.defineProperty(o,"name",{value:a}),o}(a,u,e,o)}),e.__REVERT_WHY_DID_YOU_RENDER__=function(){Object.assign(e,t({createElement:a,createFactory:u},i)),c=null,delete e.__REVERT_WHY_DID_YOU_RENDER__},e}}); | ||
//# sourceMappingURL=whyDidYouRender.min.js.map |
/** | ||
* @welldone-software/why-did-you-render 3.0.0-beta.0 | ||
* @welldone-software/why-did-you-render 3.0.0-beta.1 | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ * Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) |
{ | ||
"name": "@welldone-software/why-did-you-render", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "Monkey patches React to notify you about avoidable re-renders.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/whyDidYouRender.min.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1075187
40
13557
4