From 0be4078b87192ee78124e96a4f9234d780c94322 Mon Sep 17 00:00:00 2001 From: Sohee Lim Date: Thu, 7 Nov 2024 09:35:35 -0500 Subject: [PATCH] fix: typo --- assets/shared-bundle.js | 71 +++++++++++++------------- src/modules/side-nav/SideNavModule.tsx | 2 +- 2 files changed, 37 insertions(+), 36 deletions(-) diff --git a/assets/shared-bundle.js b/assets/shared-bundle.js index e965640da..340a96fcc 100644 --- a/assets/shared-bundle.js +++ b/assets/shared-bundle.js @@ -62,17 +62,17 @@ var l=Symbol.for("react.element"),n=Symbol.for("react.portal"),p=Symbol.for("rea return react_production_min; } -var hasRequiredReact; +{ + react.exports = requireReact_production_min(); +} -function requireReact () { - if (hasRequiredReact) return react.exports; - hasRequiredReact = 1; +var reactExports = react.exports; +var U$6 = /*@__PURE__*/getDefaultExportFromCjs(reactExports); - { - react.exports = requireReact_production_min(); - } - return react.exports; -} +var t$5 = /*#__PURE__*/_mergeNamespaces({ + __proto__: null, + default: U$6 +}, [reactExports]); /** * @license React @@ -89,7 +89,7 @@ var hasRequiredReactJsxRuntime_production_min; function requireReactJsxRuntime_production_min () { if (hasRequiredReactJsxRuntime_production_min) return reactJsxRuntime_production_min; hasRequiredReactJsxRuntime_production_min = 1; -var f=requireReact(),k=Symbol.for("react.element"),l=Symbol.for("react.fragment"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0}; +var f=reactExports,k=Symbol.for("react.element"),l=Symbol.for("react.fragment"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0}; function q(c,a,g){var b,d={},e=null,h=null;void 0!==g&&(e=""+g);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(h=a.ref);for(b in a)m.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return {$$typeof:k,type:c,key:e,ref:h,props:d,_owner:n.current}}reactJsxRuntime_production_min.Fragment=l;reactJsxRuntime_production_min.jsx=q;reactJsxRuntime_production_min.jsxs=q; return reactJsxRuntime_production_min; } @@ -165,7 +165,7 @@ var hasRequiredReactDom_production_min; function requireReactDom_production_min () { if (hasRequiredReactDom_production_min) return reactDom_production_min; hasRequiredReactDom_production_min = 1; -var aa=requireReact(),ca=requireScheduler();function p(a){for(var b="https://reactjs.org/docs/error-decoder.html?invariant="+a,c=1;c = ({ sideNavData, navState }) => {