Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
metasyn authored and Alexander Johnson committed Oct 5, 2020
1 parent e09828f commit 25d57da
Show file tree
Hide file tree
Showing 3 changed files with 1,918 additions and 633 deletions.
8 changes: 4 additions & 4 deletions dist/app.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -30893,7 +30893,7 @@ if (process.env.NODE_ENV === 'production') {
/***/ (function(module, exports, __webpack_require__) {

"use strict";
/** @license React v16.2.0
/** @license React v16.2.1
* react-dom.production.min.js
*
* Copyright (c) 2013-present, Facebook, Inc.
Expand Down Expand Up @@ -31121,7 +31121,7 @@ function Pg(a,b,c,d,e){Ng(c)?void 0:E("200");var f=c._reactRootContainer;if(f)Z.
function Rg(a,b){this._reactRootContainer=Z.createContainer(a,b)}Rg.prototype.render=function(a,b){Z.updateContainer(a,this._reactRootContainer,null,b)};Rg.prototype.unmount=function(a){Z.updateContainer(null,this._reactRootContainer,null,a)};
var Sg={createPortal:Qg,findDOMNode:function(a){if(null==a)return null;if(1===a.nodeType)return a;var b=a._reactInternalFiber;if(b)return Z.findHostInstance(b);"function"===typeof a.render?E("188"):E("213",Object.keys(a))},hydrate:function(a,b,c){return Pg(null,a,b,!0,c)},render:function(a,b,c){return Pg(null,a,b,!1,c)},unstable_renderSubtreeIntoContainer:function(a,b,c,d){null==a||void 0===a._reactInternalFiber?E("38"):void 0;return Pg(a,b,c,!1,d)},unmountComponentAtNode:function(a){Ng(a)?void 0:
E("40");return a._reactRootContainer?(Z.unbatchedUpdates(function(){Pg(null,null,a,!1,function(){a._reactRootContainer=null})}),!0):!1},unstable_createPortal:Qg,unstable_batchedUpdates:tc,unstable_deferredUpdates:Z.deferredUpdates,flushSync:Z.flushSync,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{EventPluginHub:mb,EventPluginRegistry:Va,EventPropagators:Cb,ReactControlledComponent:qc,ReactDOMComponentTree:sb,ReactDOMEventListener:xd}};
Z.injectIntoDevTools({findFiberByHostInstance:pb,bundleType:0,version:"16.2.0",rendererPackageName:"react-dom"});var Tg=Object.freeze({default:Sg}),Ug=Tg&&Sg||Tg;module.exports=Ug["default"]?Ug["default"]:Ug;
Z.injectIntoDevTools({findFiberByHostInstance:pb,bundleType:0,version:"16.2.1",rendererPackageName:"react-dom"});var Tg=Object.freeze({default:Sg}),Ug=Tg&&Sg||Tg;module.exports=Ug["default"]?Ug["default"]:Ug;


/***/ }),
Expand Down Expand Up @@ -31185,7 +31185,7 @@ module.exports = isNode;
/***/ (function(module, exports, __webpack_require__) {

"use strict";
/* WEBPACK VAR INJECTION */(function(process) {/** @license React v16.2.0
/* WEBPACK VAR INJECTION */(function(process) {/** @license React v16.2.1
* react-dom.development.js
*
* Copyright (c) 2013-present, Facebook, Inc.
Expand Down Expand Up @@ -42500,7 +42500,7 @@ implementation) {

// TODO: this is special because it gets imported during build.

var ReactVersion = '16.2.0';
var ReactVersion = '16.2.1';

// a requestAnimationFrame, storing the time for the start of the frame, then
// scheduling a postMessage which gets scheduled after paint. Within the
Expand Down
Loading

0 comments on commit 25d57da

Please sign in to comment.