Socket
Socket
Sign inDemoInstall

react-router-dom

Package Overview
Dependencies
Maintainers
2
Versions
419
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-router-dom - npm Package Compare versions

Comparing version 6.0.0-alpha.3 to 6.0.0-alpha.4

index.d.ts

11

package.json
{
"name": "react-router-dom",
"version": "6.0.0-alpha.3",
"version": "6.0.0-alpha.4",
"author": "React Training <hello@reacttraining.com>",
"description": "Declarative routing for React web applications",
"author": "React Training <hello@reacttraining.com>",
"repository": "ReactTraining/react-router",
"license": "MIT",
"main": "main.js",
"module": "react-router-dom.js",
"module": "index.js",
"types": "index.d.ts",
"unpkg": "umd/react-router-dom.production.min.js",
"dependencies": {
"history": "5.0.0-beta.4",
"history": "5.0.0-beta.9",
"prop-types": "^15.7.2"

@@ -18,3 +19,3 @@ },

"react-dom": ">=16.8",
"react-router": "6.0.0-alpha.3"
"react-router": "6.0.0-alpha.4"
},

@@ -21,0 +22,0 @@ "sideEffects": false,

@@ -1,11 +0,12 @@

import{Router,useHref,useNavigate,useLocation,useResolvedLocation,useMatch,useBlocker}from'react-router';import{createBrowserHistory,createHashHistory}from'history';import PropTypes from'prop-types';import React from'react';export{MemoryRouter,Navigate,Outlet,Route,Router,Routes,createRoutesFromChildren,generatePath,matchRoutes,resolveLocation,useBlocker,useHref,useLocation,useMatch,useNavigate,useOutlet,useParams,useResolvedLocation,useRoutes}from'react-router';function h(a,b){if(!a){"undefined"!==typeof console&&console.warn(b);try{throw Error(b);}catch(d){}}}function k({children:a,timeout:b,window:d}){let c=React.useRef(null);null==c.current&&(c.current=createBrowserHistory({window:d}));return React.createElement(Router,{children:a,history:c.current,timeout:b})}k.displayName="BrowserRouter";k.propTypes={children:PropTypes.node,timeout:PropTypes.number,window:PropTypes.object};
function l({children:a,timeout:b,window:d}){let c=React.useRef(null);null==c.current&&(c.current=createHashHistory({window:d}));return React.createElement(Router,{children:a,history:c.current,timeout:b})}l.displayName="HashRouter";l.propTypes={children:PropTypes.node,timeout:PropTypes.number,window:PropTypes.object};
let r=React.forwardRef(function({as:a="a",onClick:b,replace:d=!1,state:c,target:f,to:e,...m},n){let g=useHref(e),w=useNavigate(),p=useLocation(),q=useResolvedLocation(e);return React.createElement(a,Object.assign({},m,{href:g,onClick:function(a){b&&b(a);a.defaultPrevented||0!==a.button||f&&"_self"!==f||a.metaKey||a.altKey||a.ctrlKey||a.shiftKey||(a.preventDefault(),a=q.pathname===p.pathname&&q.search===p.search&&q.hash===p.hash,w(e,{replace:!!d||a,state:c}))},ref:n,target:f}))});r.displayName="Link";
r.propTypes={as:PropTypes.elementType,onClick:PropTypes.func,replace:PropTypes.bool,state:PropTypes.object,target:PropTypes.string,to:PropTypes.oneOfType([PropTypes.string,PropTypes.shape({pathname:PropTypes.string,search:PropTypes.string,hash:PropTypes.string})]).isRequired};
let t=React.forwardRef(function({"aria-current":a="page",activeClassName:b="active",activeStyle:d=null,className:c="",style:f=null,to:e,...m},n){let g=useMatch(e);a=g?a:void 0;b=[c,g?b:null].filter(Boolean).join(" ");return React.createElement(r,Object.assign({},m,{"aria-current":a,className:b,ref:n,style:{...f,...g?d:null},to:e}))});t.displayName="NavLink";
t.propTypes={...r.propTypes,"aria-current":PropTypes.oneOf("page step location date time true".split(" ")),activeClassName:PropTypes.string,activeStyle:PropTypes.object,className:PropTypes.string,style:PropTypes.object,to:PropTypes.oneOfType([PropTypes.string,PropTypes.shape({pathname:PropTypes.string,search:PropTypes.string,hash:PropTypes.string})]).isRequired};function u({message:a,when:b}){v(a,b);return null}u.displayName="Prompt";u.propTypes={message:PropTypes.string,when:PropTypes.bool};
function v(a,b){let d=React.useCallback(b=>{window.confirm(a)&&b.retry()},[a]);useBlocker(d,b)}
import{Router,useHref,useNavigate,useLocation,useResolvedLocation,useBlocker}from'react-router';import{createBrowserHistory,createHashHistory,createPath}from'history';import PropTypes from'prop-types';import{useRef,createElement,forwardRef,useCallback,useMemo}from'react';export{MemoryRouter,Navigate,Outlet,Route,Router,Routes,createRoutesFromArray,createRoutesFromChildren,generatePath,matchPath,matchRoutes,resolveLocation,useBlocker,useHref,useInRouterContext,useLocation,useLocationPending,useMatch,useNavigate,useOutlet,useParams,useResolvedLocation,useRoutes}from'react-router';function h(a,c){if(!a){"undefined"!==typeof console&&console.warn(c);try{throw Error(c);}catch(d){}}}function l({children:a,timeout:c,window:d}){let b=useRef(null);null==b.current&&(b.current=createBrowserHistory({window:d}));return createElement(Router,{children:a,history:b.current,timeout:c})}l.displayName="BrowserRouter";l.propTypes={children:PropTypes.node,timeout:PropTypes.number,window:PropTypes.object};
function m({children:a,timeout:c,window:d}){let b=useRef(null);null==b.current&&(b.current=createHashHistory({window:d}));return createElement(Router,{children:a,history:b.current,timeout:c})}m.displayName="HashRouter";m.propTypes={children:PropTypes.node,timeout:PropTypes.number,window:PropTypes.object};
let n=forwardRef(function({onClick:a,replace:c=!1,state:d,target:b,to:f,...k},p){let q=useHref(f),g=useNavigate(),r=useLocation(),x=useResolvedLocation(f);return createElement("a",Object.assign({},k,{href:q,onClick:function(e){a&&a(e);e.defaultPrevented||0!==e.button||b&&"_self"!==b||e.metaKey||e.altKey||e.ctrlKey||e.shiftKey||(e.preventDefault(),(e=!!c)||(e=createPath(r)===createPath(x)),g(f,{replace:e,state:d}))},ref:p,target:b}))});n.displayName="Link";
n.propTypes={onClick:PropTypes.func,replace:PropTypes.bool,state:PropTypes.object,target:PropTypes.string,to:PropTypes.oneOfType([PropTypes.string,PropTypes.shape({pathname:PropTypes.string,search:PropTypes.string,hash:PropTypes.string})]).isRequired};
let t=forwardRef(function({"aria-current":a="page",activeClassName:c="active",activeStyle:d,className:b="",style:f,to:k,...p},q){var g=useLocation(),r=useResolvedLocation(k);a=(g=createPath(g)===createPath(r))?a:void 0;c=[b,g?c:null].filter(Boolean).join(" ");return createElement(n,Object.assign({},p,{"aria-current":a,className:c,ref:q,style:{...f,...g?d:null},to:k}))});t.displayName="NavLink";
t.propTypes={...n.propTypes,"aria-current":PropTypes.oneOf("page step location date time true".split(" ")),activeClassName:PropTypes.string,activeStyle:PropTypes.object,className:PropTypes.string,style:PropTypes.object,to:PropTypes.oneOfType([PropTypes.string,PropTypes.shape({pathname:PropTypes.string,search:PropTypes.string,hash:PropTypes.string})]).isRequired};function u({message:a,when:c}){v(a,c);return null}u.displayName="Prompt";u.propTypes={message:PropTypes.string,when:PropTypes.bool};
function v(a,c=!0){let d=useCallback(b=>{window.confirm(a)&&b.retry()},[a]);useBlocker(d,c)}function w(a=""){return new URLSearchParams("string"===typeof a||Array.isArray(a)||a instanceof URLSearchParams?a:Object.keys(a).reduce((c,d)=>{let b=a[d];return c.concat(Array.isArray(b)?b.map(a=>[d,a]):[[d,b]])},[]))}
function useSearchParams(){h("undefined"!==typeof URLSearchParams,"You cannot use the `useSearchParams` hook in a browser that does not support the URLSearchParams API. If you need to support Internet Explorer 11, we recommend you load a polyfill such as https://github.com/ungap/url-search-params\n\nIf you're unsure how to load polyfills, we recommend you check out https://polyfill.io/v3/ which provides some recommendations about how to load polyfills only for users that need them, instead of for every user.");let a=
useLocation();return React.useMemo(()=>new URLSearchParams(a.search),[a.search])};export{k as BrowserRouter,l as HashRouter,r as Link,t as NavLink,u as Prompt,v as usePrompt,useSearchParams}
function useSearchParams(a){h("undefined"!==typeof URLSearchParams,"You cannot use the `useSearchParams` hook in a browser that does not support the URLSearchParams API. If you need to support Internet Explorer 11, we recommend you load a polyfill such as https://github.com/ungap/url-search-params\n\nIf you're unsure how to load polyfills, we recommend you check out https://polyfill.io/v3/ which provides some recommendations about how to load polyfills only for users that need them, instead of for every user.");let c=
useRef(w(a)),d=useLocation();a=useMemo(()=>{let a=w(d.search);for(let b of c.current.keys())a.has(b)||c.current.getAll(b).forEach(c=>{a.append(b,c)});return a},[d.search]);let b=useNavigate(),f=useCallback((a,c)=>{b("?"+w(a),c)},[b]);return[a,f]};export{l as BrowserRouter,m as HashRouter,n as Link,t as NavLink,u as Prompt,w as createSearchParams,v as usePrompt,useSearchParams}
//# sourceMappingURL=react-router-dom.development.js.map

@@ -1,2 +0,2 @@

import{Router as e,useHref as t,useNavigate as r,useLocation as n,useResolvedLocation as a,useMatch as o,useBlocker as u}from"react-router";import{createBrowserHistory as l,createHashHistory as c}from"history";import s from"react";export{MemoryRouter,Navigate,Outlet,Route,Router,Routes,createRoutesFromChildren,generatePath,matchRoutes,resolveLocation,useBlocker,useHref,useLocation,useMatch,useNavigate,useOutlet,useParams,useResolvedLocation,useRoutes}from"react-router";let i=s.forwardRef((function({as:e="a",onClick:o,replace:u=!1,state:l,target:c,to:i,...m},f){let h=t(i),d=r(),w=n(),R=a(i);return s.createElement(e,Object.assign({},m,{href:h,onClick:function(e){o&&o(e),e.defaultPrevented||0!==e.button||c&&"_self"!==c||e.metaKey||e.altKey||e.ctrlKey||e.shiftKey||(e.preventDefault(),e=R.pathname===w.pathname&&R.search===w.search&&R.hash===w.hash,d(i,{replace:!!u||e,state:l}))},ref:f,target:c}))})),m=s.forwardRef((function({"aria-current":e="page",activeClassName:t="active",activeStyle:r=null,className:n="",style:a=null,to:u,...l},c){let m=o(u);return e=m?e:void 0,t=[n,m?t:null].filter(Boolean).join(" "),s.createElement(i,Object.assign({},l,{"aria-current":e,className:t,ref:c,style:{...a,...m?r:null},to:u}))}));function f(e,t){let r=s.useCallback(t=>{window.confirm(e)&&t.retry()},[e]);u(r,t)}function h({children:t,timeout:r,window:n}){let a=s.useRef(null);return null==a.current&&(a.current=l({window:n})),s.createElement(e,{children:t,history:a.current,timeout:r})}function d({children:t,timeout:r,window:n}){let a=s.useRef(null);return null==a.current&&(a.current=c({window:n})),s.createElement(e,{children:t,history:a.current,timeout:r})}function w({message:e,when:t}){return f(e,t),null}function R(){let e=n();return s.useMemo(()=>new URLSearchParams(e.search),[e.search])}export{h as BrowserRouter,d as HashRouter,i as Link,m as NavLink,w as Prompt,f as usePrompt,R as useSearchParams};
import{Router as e,useHref as t,useNavigate as r,useLocation as n,useResolvedLocation as a,useBlocker as o}from"react-router";import{createBrowserHistory as u,createHashHistory as c,createPath as s}from"history";import{useRef as i,createElement as l,forwardRef as f,useCallback as m,useMemo as h}from"react";export{MemoryRouter,Navigate,Outlet,Route,Router,Routes,createRoutesFromArray,createRoutesFromChildren,generatePath,matchPath,matchRoutes,resolveLocation,useBlocker,useHref,useInRouterContext,useLocation,useLocationPending,useMatch,useNavigate,useOutlet,useParams,useResolvedLocation,useRoutes}from"react-router";let y=f((function({onClick:e,replace:o=!1,state:u,target:c,to:i,...f},m){let h=t(i),y=r(),d=n(),p=a(i);return l("a",Object.assign({},f,{href:h,onClick:function(t){e&&e(t),t.defaultPrevented||0!==t.button||c&&"_self"!==c||t.metaKey||t.altKey||t.ctrlKey||t.shiftKey||(t.preventDefault(),(t=!!o)||(t=s(d)===s(p)),y(i,{replace:t,state:u}))},ref:m,target:c}))})),d=f((function({"aria-current":e="page",activeClassName:t="active",activeStyle:r,className:o="",style:u,to:c,...i},f){var m=n(),h=a(c);return e=(m=s(m)===s(h))?e:void 0,t=[o,m?t:null].filter(Boolean).join(" "),l(y,Object.assign({},i,{"aria-current":e,className:t,ref:f,style:{...u,...m?r:null},to:c}))}));function p(e,t=!0){let r=m(t=>{window.confirm(e)&&t.retry()},[e]);o(r,t)}function g(e=""){return new URLSearchParams("string"==typeof e||Array.isArray(e)||e instanceof URLSearchParams?e:Object.keys(e).reduce((t,r)=>{let n=e[r];return t.concat(Array.isArray(n)?n.map(e=>[r,e]):[[r,n]])},[]))}function v({children:t,timeout:r,window:n}){let a=i(null);return null==a.current&&(a.current=u({window:n})),l(e,{children:t,history:a.current,timeout:r})}function w({children:t,timeout:r,window:n}){let a=i(null);return null==a.current&&(a.current=c({window:n})),l(e,{children:t,history:a.current,timeout:r})}function R({message:e,when:t}){return p(e,t),null}function P(e){let t=i(g(e)),a=n();e=h(()=>{let e=g(a.search);for(let r of t.current.keys())e.has(r)||t.current.getAll(r).forEach(t=>{e.append(r,t)});return e},[a.search]);let o=r();return[e,m((e,t)=>{o("?"+g(e),t)},[o])]}export{v as BrowserRouter,w as HashRouter,y as Link,d as NavLink,R as Prompt,g as createSearchParams,p as usePrompt,P as useSearchParams};
//# sourceMappingURL=react-router-dom.production.min.js.map

@@ -1,5 +0,5 @@

'use strict';Object.defineProperty(exports,"__esModule",{value:!0});function _interopDefault(d){return d&&"object"===typeof d&&"default"in d?d["default"]:d}var React=_interopDefault(require("react")),reactRouterDom=require("react-router-dom"),history=require("history"),PropTypes=_interopDefault(require("prop-types"));
function StaticRouter({children:d,context:e={},location:c="/"}){function f(a,b){return{...g,..."string"===typeof a?history.parsePath(a):a,state:b}}"string"===typeof c&&(c=history.parsePath(c));let g={pathname:c.pathname||"/",search:c.search||"",hash:c.hash||"",state:c.state||null,key:c.key||"default"};return React.createElement(reactRouterDom.Router,{children:d,history:{get action(){return"POP"},get location(){return g},createHref(a){return"string"===typeof a?a:history.createPath(a)},push(a,b){a=
f(a,b);"production"!==process.env.NODE_ENV&&(b=history.createPath(a),console.warn("You cannot perform a PUSH with a <StaticRouter>. You probably want a REPLACE instead."+`\n\nTo avoid this warning, find the element that is calling \`navigate("${b}")\``+` and change it to \`navigate("${b}", { replace: true })\`. This could also be`+` caused by rendering a \`<Navigate to={"${b}"} />\`. In that case, just add a `+"`replace={true}` prop to do a redirect instead."));e.url=history.createPath(a);e.state=
a.state},replace(a,b){a=f(a,b);e.url=history.createPath(a);e.state=a.state},go(a){throw Error(`You cannot perform ${-1===a?"GO BACK":`GO(${a})`} on the `+"server because it is a stateless environment. This error was probably "+`triggered when you did a \`navigate(${a})\` somewhere in your app.`);},listen(){},block(){},static:!0}})}
"production"!==process.env.NODE_ENV&&(StaticRouter.displayName="StaticRouter",StaticRouter.propTypes={children:PropTypes.node,location:PropTypes.oneOfType([PropTypes.shape({pathname:PropTypes.string,search:PropTypes.string,hash:PropTypes.string,state:PropTypes.object,key:PropTypes.string}),PropTypes.string])});exports.StaticRouter=StaticRouter;
'use strict';Object.defineProperty(exports,"__esModule",{value:!0});var React=require("react"),PropTypes=require("prop-types"),history=require("history"),reactRouterDom=require("react-router-dom");
function StaticRouter({children:c,location:b="/"}){"string"===typeof b&&(b=history.parsePath(b));let d=history.Action.Pop,e={pathname:b.pathname||"/",search:b.search||"",hash:b.hash||"",state:b.state||null,key:b.key||"default"};return React.createElement(reactRouterDom.Router,{children:c,history:{get action(){return d},get location(){return e},createHref(a){return"string"===typeof a?a:history.createPath(a)},push(a){throw Error("You cannot use history.push() on the server because it is a stateless environment. This error was probably triggered when you did a "+
`\`navigate(${JSON.stringify(a)})\` somewhere in your app.`);},replace(a){throw Error("You cannot use history.replace() on the server because it is a stateless environment. This error was probably triggered when you did a "+`\`navigate(${JSON.stringify(a)}, { replace: true })\` somewhere `+"in your app.");},go(a){throw Error(`You cannot use history.go(${a}) on the server because it is a stateless`+"environment. This error was probably triggered when you did a "+`\`navigate(${a})\` somewhere in your app.`);
},back(){throw Error("You cannot use history.back() on the server because it is a stateless environment.");},forward(){throw Error("You cannot use history.forward() on the server because it is a stateless environment.");},listen(){throw Error("You cannot use history.listen() on the server because it is a stateless environment.");},block(){throw Error("You cannot use history.block() on the server because it is a stateless environment.");}},static:!0})}
"production"!==process.env.NODE_ENV&&(StaticRouter.displayName="StaticRouter",StaticRouter.propTypes={children:PropTypes.node,location:PropTypes.oneOfType([PropTypes.string,PropTypes.shape({pathname:PropTypes.string,search:PropTypes.string,hash:PropTypes.string,state:PropTypes.object,key:PropTypes.string})])});exports.StaticRouter=StaticRouter;

@@ -1,35 +0,36 @@

'use strict';(function(e,n){"object"===typeof exports&&"undefined"!==typeof module?n(exports,require("react"),require("history"),require("react-router")):"function"===typeof define&&define.amd?define(["exports","react","history","react-router"],n):(e=e||self,n(e.ReactRouterDOM={},e.React,e.HistoryLibrary,e.ReactRouter))})(this,function(e,n,I,g){function v(){v=Object.assign||function(a){for(var b=1;b<arguments.length;b++){var p=arguments[b],h;for(h in p)Object.prototype.hasOwnProperty.call(p,h)&&(a[h]=
p[h])}return a};return v.apply(this,arguments)}function J(a,b){if(null==a)return{};var p={},h=Object.keys(a),f;for(f=0;f<h.length;f++){var l=h[f];0<=b.indexOf(l)||(p[l]=a[l])}return p}function u(a,b){return b={exports:{}},a(b,b.exports),b.exports}function B(a,b,p,h,f){for(var l in a)if(O(a,l)){try{if("function"!==typeof a[l]){var e=Error((h||"React class")+": "+p+" type `"+l+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof a[l]+"`.");e.name="Invariant Violation";
throw e;}var m=a[l](b,l,h,p,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(P){m=P}!m||m instanceof Error||C((h||"React class")+": type specification of "+p+" `"+l+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof m+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).");if(m instanceof Error&&!(m.message in D)){D[m.message]=!0;var d=
f?f():"";C("Failed "+p+" type: "+m.message+(null!=d?d:""))}}}function x(){return null}function Q(a,b){if(!a){"undefined"!==typeof console&&console.warn(b);try{throw Error(b);}catch(p){}}}function E(a){var b=a.children,p=a.timeout;a=a.window;var h=n.useRef(null);null==h.current&&(h.current=I.createBrowserHistory({window:a}));return n.createElement(g.Router,{children:b,history:h.current,timeout:p})}function F(a){var b=a.children,p=a.timeout;a=a.window;var h=n.useRef(null);null==h.current&&(h.current=
I.createHashHistory({window:a}));return n.createElement(g.Router,{children:b,history:h.current,timeout:p})}function G(a){K(a.message,a.when);return null}function K(a,b){var p=n.useCallback(function(b){window.confirm(a)&&b.retry()},[a]);g.useBlocker(p,b)}n=n&&n.hasOwnProperty("default")?n["default"]:n;var L=u(function(a,b){(function(){function a(a){if("object"===typeof a&&null!==a){var b=a.$$typeof;switch(b){case l:switch(a=a.type,a){case c:case k:case m:case g:case d:case y:return a;default:switch(a=
a&&a.$$typeof,a){case r:case w:case z:case A:case n:return a;default:return b}}case e:return b}}}function h(c){return a(c)===k}Object.defineProperty(b,"__esModule",{value:!0});var f="function"===typeof Symbol&&Symbol.for,l=f?Symbol.for("react.element"):60103,e=f?Symbol.for("react.portal"):60106,m=f?Symbol.for("react.fragment"):60107,d=f?Symbol.for("react.strict_mode"):60108,g=f?Symbol.for("react.profiler"):60114,n=f?Symbol.for("react.provider"):60109,r=f?Symbol.for("react.context"):60110,c=f?Symbol.for("react.async_mode"):
60111,k=f?Symbol.for("react.concurrent_mode"):60111,w=f?Symbol.for("react.forward_ref"):60112,y=f?Symbol.for("react.suspense"):60113,R=f?Symbol.for("react.suspense_list"):60120,A=f?Symbol.for("react.memo"):60115,z=f?Symbol.for("react.lazy"):60116,S=f?Symbol.for("react.fundamental"):60117,T=f?Symbol.for("react.responder"):60118,v=f?Symbol.for("react.scope"):60119;f=function(){};var U=function(a){for(var c=arguments.length,k=Array(1<c?c-1:0),b=1;b<c;b++)k[b-1]=arguments[b];var h=0;c="Warning: "+a.replace(/%s/g,
function(){return k[h++]});"undefined"!==typeof console&&console.warn(c);try{throw Error(c);}catch(aa){}},q=f=function(a,c){if(void 0===c)throw Error("`lowPriorityWarningWithoutStack(condition, format, ...args)` requires a warning message argument");if(!a){for(var k=arguments.length,b=Array(2<k?k-2:0),h=2;h<k;h++)b[h-2]=arguments[h];U.apply(void 0,[c].concat(b))}},t=!1;b.typeOf=a;b.AsyncMode=c;b.ConcurrentMode=k;b.ContextConsumer=r;b.ContextProvider=n;b.Element=l;b.ForwardRef=w;b.Fragment=m;b.Lazy=
z;b.Memo=A;b.Portal=e;b.Profiler=g;b.StrictMode=d;b.Suspense=y;b.isValidElementType=function(a){return"string"===typeof a||"function"===typeof a||a===m||a===k||a===g||a===d||a===y||a===R||"object"===typeof a&&null!==a&&(a.$$typeof===z||a.$$typeof===A||a.$$typeof===n||a.$$typeof===r||a.$$typeof===w||a.$$typeof===S||a.$$typeof===T||a.$$typeof===v)};b.isAsyncMode=function(k){t||(t=!0,q(!1,"The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API."));
return h(k)||a(k)===c};b.isConcurrentMode=h;b.isContextConsumer=function(c){return a(c)===r};b.isContextProvider=function(c){return a(c)===n};b.isElement=function(a){return"object"===typeof a&&null!==a&&a.$$typeof===l};b.isForwardRef=function(c){return a(c)===w};b.isFragment=function(c){return a(c)===m};b.isLazy=function(c){return a(c)===z};b.isMemo=function(c){return a(c)===A};b.isPortal=function(c){return a(c)===e};b.isProfiler=function(c){return a(c)===g};b.isStrictMode=function(c){return a(c)===
d};b.isSuspense=function(c){return a(c)===y}})()});(function(a){return a&&a.__esModule&&Object.prototype.hasOwnProperty.call(a,"default")?a["default"]:a})(L);var M=u(function(a){a.exports=L}),N=Object.getOwnPropertySymbols,V=Object.prototype.hasOwnProperty,W=Object.prototype.propertyIsEnumerable,X=function(){try{if(!Object.assign)return!1;var a=new String("abc");a[5]="de";if("5"===Object.getOwnPropertyNames(a)[0])return!1;var b={};for(a=0;10>a;a++)b["_"+String.fromCharCode(a)]=a;if("0123456789"!==
Object.getOwnPropertyNames(b).map(function(a){return b[a]}).join(""))return!1;var e={};"abcdefghijklmnopqrst".split("").forEach(function(a){e[a]=a});return"abcdefghijklmnopqrst"!==Object.keys(Object.assign({},e)).join("")?!1:!0}catch(h){return!1}}()?Object.assign:function(a,b){if(null===a||void 0===a)throw new TypeError("Object.assign cannot be called with null or undefined");var e=Object(a);for(var h,f=1;f<arguments.length;f++){var l=Object(arguments[f]);for(var d in l)V.call(l,d)&&(e[d]=l[d]);if(N){h=
N(l);for(var m=0;m<h.length;m++)W.call(l,h[m])&&(e[h[m]]=l[h[m]])}}return e},C=function(){},D={},O=Function.call.bind(Object.prototype.hasOwnProperty);C=function(a){a="Warning: "+a;"undefined"!==typeof console&&console.error(a);try{throw Error(a);}catch(b){}};B.resetWarningCache=function(){D={}};var Y=Function.call.bind(Object.prototype.hasOwnProperty),q=function(){};q=function(a){a="Warning: "+a;"undefined"!==typeof console&&console.error(a);try{throw Error(a);}catch(b){}};var Z=function(a,b){function e(a,
k){return a===k?0!==a||1/a===1/k:a!==a&&k!==k}function h(a){this.message=a;this.stack=""}function f(a){function c(c,k,e,d,g,m,l){d=d||"<<anonymous>>";m=m||e;if("SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"!==l){if(b)throw c=Error("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"),c.name="Invariant Violation",c;"undefined"!==typeof console&&(l=d+":"+e,!w[l]&&3>f&&(q("You are manually calling a React.PropTypes validation function for the `"+
m+"` prop on `"+d+"`. 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."),w[l]=!0,f++))}return null==k[e]?c?null===k[e]?new h("The "+g+" `"+m+"` is marked as required in `"+(d+"`, but its value is `null`.")):new h("The "+g+" `"+m+"` is marked as required in `"+(d+"`, but its value is `undefined`.")):null:a(k,e,d,g,m)}var w={},f=0,e=c.bind(null,
!1);e.isRequired=c.bind(null,!0);return e}function d(a){return f(function(c,b,e,f,d,g){c=c[b];return m(c)!==a?(c=n(c),new h("Invalid "+f+" `"+d+"` of type `"+(c+"` supplied to `"+e+"`, expected `")+(a+"`."))):null})}function g(c){switch(typeof c){case "number":case "string":case "undefined":return!0;case "boolean":return!c;case "object":if(Array.isArray(c))return c.every(g);if(null===c||a(c))return!0;var k=c&&(t&&c[t]||c["@@iterator"]);var b="function"===typeof k?k:void 0;if(b)if(k=b.call(c),b!==
c.entries)for(;!(c=k.next()).done;){if(!g(c.value))return!1}else for(;!(c=k.next()).done;){if((c=c.value)&&!g(c[1]))return!1}else return!1;return!0;default:return!1}}function m(a){var c=typeof a;return Array.isArray(a)?"array":a instanceof RegExp?"object":"symbol"===c||a&&("Symbol"===a["@@toStringTag"]||"function"===typeof Symbol&&a instanceof Symbol)?"symbol":c}function n(a){if("undefined"===typeof a||null===a)return""+a;var c=m(a);if("object"===c){if(a instanceof Date)return"date";if(a instanceof
RegExp)return"regexp"}return c}function v(a){a=n(a);switch(a){case "array":case "object":return"an "+a;case "boolean":case "date":case "regexp":return"a "+a;default:return a}}var t="function"===typeof Symbol&&Symbol.iterator,r={array:d("array"),bool:d("boolean"),func:d("function"),number:d("number"),object:d("object"),string:d("string"),symbol:d("symbol"),any:f(x),arrayOf:function(a){return f(function(c,b,e,f,d){if("function"!==typeof a)return new h("Property `"+d+"` of component `"+e+"` has invalid PropType notation inside arrayOf.");
c=c[b];if(!Array.isArray(c))return c=m(c),new h("Invalid "+f+" `"+d+"` of type `"+(c+"` supplied to `"+e+"`, expected an array."));for(b=0;b<c.length;b++){var k=a(c,b,e,f,d+"["+b+"]","SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");if(k instanceof Error)return k}return null})},element:function(){return f(function(c,b,e,f,d){c=c[b];return a(c)?null:(c=m(c),new h("Invalid "+f+" `"+d+"` of type `"+(c+"` supplied to `"+e+"`, expected a single ReactElement.")))})}(),elementType:function(){return f(function(a,
b,e,f,d){a=a[b];return M.isValidElementType(a)?null:(a=m(a),new h("Invalid "+f+" `"+d+"` of type `"+(a+"` supplied to `"+e+"`, expected a single ReactElement type.")))})}(),instanceOf:function(a){return f(function(c,b,e,f,d){if(!(c[b]instanceof a)){var k=a.name||"<<anonymous>>";c=c[b];c=c.constructor&&c.constructor.name?c.constructor.name:"<<anonymous>>";return new h("Invalid "+f+" `"+d+"` of type `"+(c+"` supplied to `"+e+"`, expected instance of `")+(k+"`."))}return null})},node:function(){return f(function(a,
b,e,f,d){return g(a[b])?null:new h("Invalid "+f+" `"+d+"` supplied to `"+(e+"`, expected a ReactNode."))})}(),objectOf:function(a){return f(function(c,b,e,f,d){if("function"!==typeof a)return new h("Property `"+d+"` of component `"+e+"` has invalid PropType notation inside objectOf.");c=c[b];b=m(c);if("object"!==b)return new h("Invalid "+f+" `"+d+"` of type `"+(b+"` supplied to `"+e+"`, expected an object."));for(var k in c)if(Y(c,k)&&(b=a(c,k,e,f,d+"."+k,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"),
b instanceof Error))return b;return null})},oneOf:function(a){return Array.isArray(a)?f(function(c,b,d,f,g){c=c[b];for(b=0;b<a.length;b++)if(e(c,a[b]))return null;b=JSON.stringify(a,function(a,c){return"symbol"===n(c)?String(c):c});return new h("Invalid "+f+" `"+g+"` of value `"+String(c)+"` supplied to `"+(d+"`, expected one of "+b+"."))}):(1<arguments.length?q("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):
q("Invalid argument supplied to oneOf, expected an array."),x)},oneOfType:function(a){if(!Array.isArray(a))return q("Invalid argument supplied to oneOfType, expected an instance of array."),x;for(var c=0;c<a.length;c++){var b=a[c];if("function"!==typeof b)return q("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+v(b)+" at index "+c+"."),x}return f(function(c,b,d,e,f){for(var k=0;k<a.length;k++)if(null==(0,a[k])(c,b,d,e,f,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"))return null;
return new h("Invalid "+e+" `"+f+"` supplied to `"+(d+"`."))})},shape:function(a){return f(function(c,b,d,e,f){c=c[b];b=m(c);if("object"!==b)return new h("Invalid "+e+" `"+f+"` of type `"+b+"` supplied to `"+(d+"`, expected `object`."));for(var k in a)if(b=a[k])if(b=b(c,k,d,e,f+"."+k,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"))return b;return null})},exact:function(a){return f(function(c,b,d,e,f){var k=c[b],g=m(k);if("object"!==g)return new h("Invalid "+e+" `"+f+"` of type `"+g+"` supplied to `"+
(d+"`, expected `object`."));g=X({},c[b],a);for(var l in g){g=a[l];if(!g)return new h("Invalid "+e+" `"+f+"` key `"+l+"` supplied to `"+d+"`.\nBad object: "+JSON.stringify(c[b],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(a),null," "));if(g=g(k,l,d,e,f+"."+l,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"))return g}return null})}};h.prototype=Error.prototype;r.checkPropTypes=B;r.resetWarningCache=B.resetWarningCache;return r.PropTypes=r},d=u(function(a){a.exports=Z(M.isElement,!0)});E.displayName=
"BrowserRouter";E.propTypes={children:d.node,timeout:d.number,window:d.object};F.displayName="HashRouter";F.propTypes={children:d.node,timeout:d.number,window:d.object};var t=n.forwardRef(function(a,b){var d=a.as;d=void 0===d?"a":d;var e=a.onClick,f=a.replace,l=void 0===f?!1:f,t=a.state,m=a.target,q=a.to;a=J(a,"as onClick replace state target to".split(" "));f=g.useHref(q);var x=g.useNavigate(),u=g.useLocation(),r=g.useResolvedLocation(q);return n.createElement(d,v({},a,{href:f,onClick:function(a){e&&
e(a);a.defaultPrevented||0!==a.button||m&&"_self"!==m||a.metaKey||a.altKey||a.ctrlKey||a.shiftKey||(a.preventDefault(),a=r.pathname===u.pathname&&r.search===u.search&&r.hash===u.hash,x(q,{replace:!!l||a,state:t}))},ref:b,target:m}))});t.displayName="Link";t.propTypes={as:d.elementType,onClick:d.func,replace:d.bool,state:d.object,target:d.string,to:d.oneOfType([d.string,d.shape({pathname:d.string,search:d.string,hash:d.string})]).isRequired};var H=n.forwardRef(function(a,b){var d=a["aria-current"];
d=void 0===d?"page":d;var e=a.activeClassName;e=void 0===e?"active":e;var f=a.activeStyle;f=void 0===f?null:f;var l=a.className,q=void 0===l?"":l;l=a.style;var m=void 0===l?null:l;l=a.to;a=J(a,"aria-current activeClassName activeStyle className style to".split(" "));var u=g.useMatch(l);d=u?d:void 0;e=[q,u?e:null].filter(Boolean).join(" ");f=v({},m,{},u?f:null);return n.createElement(t,v({},a,{"aria-current":d,className:e,ref:b,style:f,to:l}))});H.displayName="NavLink";H.propTypes=v({},t.propTypes,
{"aria-current":d.oneOf("page step location date time true".split(" ")),activeClassName:d.string,activeStyle:d.object,className:d.string,style:d.object,to:d.oneOfType([d.string,d.shape({pathname:d.string,search:d.string,hash:d.string})]).isRequired});G.displayName="Prompt";G.propTypes={message:d.string,when:d.bool};Object.defineProperty(e,"MemoryRouter",{enumerable:!0,get:function(){return g.MemoryRouter}});Object.defineProperty(e,"Navigate",{enumerable:!0,get:function(){return g.Navigate}});Object.defineProperty(e,
"Outlet",{enumerable:!0,get:function(){return g.Outlet}});Object.defineProperty(e,"Route",{enumerable:!0,get:function(){return g.Route}});Object.defineProperty(e,"Router",{enumerable:!0,get:function(){return g.Router}});Object.defineProperty(e,"Routes",{enumerable:!0,get:function(){return g.Routes}});Object.defineProperty(e,"createRoutesFromChildren",{enumerable:!0,get:function(){return g.createRoutesFromChildren}});Object.defineProperty(e,"generatePath",{enumerable:!0,get:function(){return g.generatePath}});
Object.defineProperty(e,"matchRoutes",{enumerable:!0,get:function(){return g.matchRoutes}});Object.defineProperty(e,"resolveLocation",{enumerable:!0,get:function(){return g.resolveLocation}});Object.defineProperty(e,"useBlocker",{enumerable:!0,get:function(){return g.useBlocker}});Object.defineProperty(e,"useHref",{enumerable:!0,get:function(){return g.useHref}});Object.defineProperty(e,"useLocation",{enumerable:!0,get:function(){return g.useLocation}});Object.defineProperty(e,"useMatch",{enumerable:!0,
get:function(){return g.useMatch}});Object.defineProperty(e,"useNavigate",{enumerable:!0,get:function(){return g.useNavigate}});Object.defineProperty(e,"useOutlet",{enumerable:!0,get:function(){return g.useOutlet}});Object.defineProperty(e,"useParams",{enumerable:!0,get:function(){return g.useParams}});Object.defineProperty(e,"useResolvedLocation",{enumerable:!0,get:function(){return g.useResolvedLocation}});Object.defineProperty(e,"useRoutes",{enumerable:!0,get:function(){return g.useRoutes}});e.BrowserRouter=
E;e.HashRouter=F;e.Link=t;e.NavLink=H;e.Prompt=G;e.usePrompt=K;e.useSearchParams=function(){Q("undefined"!==typeof URLSearchParams,"You cannot use the `useSearchParams` hook in a browser that does not support the URLSearchParams API. If you need to support Internet Explorer 11, we recommend you load a polyfill such as https://github.com/ungap/url-search-params\n\nIf you're unsure how to load polyfills, we recommend you check out https://polyfill.io/v3/ which provides some recommendations about how to load polyfills only for users that need them, instead of for every user.");
var a=g.useLocation();return n.useMemo(function(){return new URLSearchParams(a.search)},[a.search])};Object.defineProperty(e,"__esModule",{value:!0})});
'use strict';(function(c,m){"object"===typeof exports&&"undefined"!==typeof module?m(exports,require("react"),require("history"),require("react-router")):"function"===typeof define&&define.amd?define(["exports","react","history","react-router"],m):(c=c||self,m(c.ReactRouterDOM={},c.React,c.HistoryLibrary,c.ReactRouter))})(this,function(c,m,A,e){function B(){B=Object.assign||function(a){for(var b=1;b<arguments.length;b++){var g=arguments[b],k;for(k in g)Object.prototype.hasOwnProperty.call(g,k)&&(a[k]=
g[k])}return a};return B.apply(this,arguments)}function O(a,b){if(null==a)return{};var g={},k=Object.keys(a),h;for(h=0;h<k.length;h++){var l=k[h];0<=b.indexOf(l)||(g[l]=a[l])}return g}function V(a,b){if(a){if("string"===typeof a)return P(a,b);var g=Object.prototype.toString.call(a).slice(8,-1);"Object"===g&&a.constructor&&(g=a.constructor.name);if("Map"===g||"Set"===g)return Array.from(g);if("Arguments"===g||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(g))return P(a,b)}}function P(a,b){if(null==
b||b>a.length)b=a.length;for(var g=0,k=Array(b);g<b;g++)k[g]=a[g];return k}function W(a){var b=0;if("undefined"===typeof Symbol||null==a[Symbol.iterator]){if(Array.isArray(a)||(a=V(a)))return function(){return b>=a.length?{done:!0}:{done:!1,value:a[b++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}b=a[Symbol.iterator]();return b.next.bind(b)}function G(a,b){return b={exports:{}},a(b,
b.exports),b.exports}function H(a,b,g,k,h){for(var l in a)if(X(a,l)){try{if("function"!==typeof a[l]){var c=Error((k||"React class")+": "+g+" type `"+l+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof a[l]+"`.");c.name="Invariant Violation";throw c;}var n=a[l](b,l,k,g,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(w){n=w}!n||n instanceof Error||I((k||"React class")+": type specification of "+g+" `"+l+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+
typeof n+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).");if(n instanceof Error&&!(n.message in J)){J[n.message]=!0;var e=h?h():"";I("Failed "+g+" type: "+n.message+(null!=e?e:""))}}}function C(){return null}function Y(a,b){if(!a){"undefined"!==typeof console&&console.warn(b);try{throw Error(b);}catch(g){}}}function K(a){var b=a.children,g=a.timeout;a=a.window;var k=m.useRef(null);null==
k.current&&(k.current=A.createBrowserHistory({window:a}));return m.createElement(e.Router,{children:b,history:k.current,timeout:g})}function L(a){var b=a.children,g=a.timeout;a=a.window;var k=m.useRef(null);null==k.current&&(k.current=A.createHashHistory({window:a}));return m.createElement(e.Router,{children:b,history:k.current,timeout:g})}function Q(a,b){return A.createPath(a)===A.createPath(b)}function M(a){R(a.message,a.when);return null}function R(a,b){void 0===b&&(b=!0);var g=m.useCallback(function(b){window.confirm(a)&&
b.retry()},[a]);e.useBlocker(g,b)}function D(a){void 0===a&&(a="");return new URLSearchParams("string"===typeof a||Array.isArray(a)||a instanceof URLSearchParams?a:Object.keys(a).reduce(function(b,g){var k=a[g];return b.concat(Array.isArray(k)?k.map(function(a){return[g,a]}):[[g,k]])},[]))}var da=G(function(a,b){(function(){function a(a){if("object"===typeof a&&null!==a){var b=a.$$typeof;switch(b){case l:switch(a=a.type,a){case d:case u:case e:case m:case f:case q:return a;default:switch(a=a&&a.$$typeof,
a){case r:case p:case E:case F:case t:return a;default:return b}}case c:return b}}}function k(d){return a(d)===u}var h="function"===typeof Symbol&&Symbol.for,l=h?Symbol.for("react.element"):60103,c=h?Symbol.for("react.portal"):60106,e=h?Symbol.for("react.fragment"):60107,f=h?Symbol.for("react.strict_mode"):60108,m=h?Symbol.for("react.profiler"):60114,t=h?Symbol.for("react.provider"):60109,r=h?Symbol.for("react.context"):60110,d=h?Symbol.for("react.async_mode"):60111,u=h?Symbol.for("react.concurrent_mode"):
60111,p=h?Symbol.for("react.forward_ref"):60112,q=h?Symbol.for("react.suspense"):60113,Z=h?Symbol.for("react.suspense_list"):60120,F=h?Symbol.for("react.memo"):60115,E=h?Symbol.for("react.lazy"):60116,aa=h?Symbol.for("react.block"):60121,ba=h?Symbol.for("react.fundamental"):60117,v=h?Symbol.for("react.responder"):60118,ca=h?Symbol.for("react.scope"):60119,S=!1;b.AsyncMode=d;b.ConcurrentMode=u;b.ContextConsumer=r;b.ContextProvider=t;b.Element=l;b.ForwardRef=p;b.Fragment=e;b.Lazy=E;b.Memo=F;b.Portal=
c;b.Profiler=m;b.StrictMode=f;b.Suspense=q;b.isAsyncMode=function(b){S||(S=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API."));return k(b)||a(b)===d};b.isConcurrentMode=k;b.isContextConsumer=function(d){return a(d)===r};b.isContextProvider=function(d){return a(d)===t};b.isElement=function(a){return"object"===typeof a&&null!==a&&a.$$typeof===l};b.isForwardRef=
function(d){return a(d)===p};b.isFragment=function(d){return a(d)===e};b.isLazy=function(d){return a(d)===E};b.isMemo=function(d){return a(d)===F};b.isPortal=function(d){return a(d)===c};b.isProfiler=function(d){return a(d)===m};b.isStrictMode=function(d){return a(d)===f};b.isSuspense=function(d){return a(d)===q};b.isValidElementType=function(a){return"string"===typeof a||"function"===typeof a||a===e||a===u||a===m||a===f||a===q||a===Z||"object"===typeof a&&null!==a&&(a.$$typeof===E||a.$$typeof===
F||a.$$typeof===t||a.$$typeof===r||a.$$typeof===p||a.$$typeof===ba||a.$$typeof===v||a.$$typeof===ca||a.$$typeof===aa)};b.typeOf=a})()}),T=G(function(a){a.exports=da}),U=Object.getOwnPropertySymbols,ea=Object.prototype.hasOwnProperty,fa=Object.prototype.propertyIsEnumerable,ha=function(){try{if(!Object.assign)return!1;var a=new String("abc");a[5]="de";if("5"===Object.getOwnPropertyNames(a)[0])return!1;var b={};for(a=0;10>a;a++)b["_"+String.fromCharCode(a)]=a;if("0123456789"!==Object.getOwnPropertyNames(b).map(function(a){return b[a]}).join(""))return!1;
var g={};"abcdefghijklmnopqrst".split("").forEach(function(a){g[a]=a});return"abcdefghijklmnopqrst"!==Object.keys(Object.assign({},g)).join("")?!1:!0}catch(k){return!1}}()?Object.assign:function(a,b){if(null===a||void 0===a)throw new TypeError("Object.assign cannot be called with null or undefined");var g=Object(a);for(var k,h=1;h<arguments.length;h++){var c=Object(arguments[h]);for(var e in c)ea.call(c,e)&&(g[e]=c[e]);if(U){k=U(c);for(var f=0;f<k.length;f++)fa.call(c,k[f])&&(g[k[f]]=c[k[f]])}}return g},
I=function(){},J={},X=Function.call.bind(Object.prototype.hasOwnProperty);I=function(a){a="Warning: "+a;"undefined"!==typeof console&&console.error(a);try{throw Error(a);}catch(b){}};H.resetWarningCache=function(){J={}};var ia=Function.call.bind(Object.prototype.hasOwnProperty),v=function(){};v=function(a){a="Warning: "+a;"undefined"!==typeof console&&console.error(a);try{throw Error(a);}catch(b){}};var ja=function(a,b){function g(a,b){return a===b?0!==a||1/a===1/b:a!==a&&b!==b}function k(a){this.message=
a;this.stack=""}function c(a){function d(d,u,p,e,f,h,q){e=e||"<<anonymous>>";h=h||p;if("SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"!==q){if(b)throw d=Error("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"),d.name="Invariant Violation",d;"undefined"!==typeof console&&(q=e+":"+p,!c[q]&&3>g&&(v("You are manually calling a React.PropTypes validation function for the `"+
h+"` prop on `"+e+"`. 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."),c[q]=!0,g++))}return null==u[p]?d?null===u[p]?new k("The "+f+" `"+h+"` is marked as required in `"+(e+"`, but its value is `null`.")):new k("The "+f+" `"+h+"` is marked as required in `"+(e+"`, but its value is `undefined`.")):null:a(u,p,e,f,h)}var c={},g=0,e=d.bind(null,
!1);e.isRequired=d.bind(null,!0);return e}function e(a){return c(function(d,b,c,e,g,f){d=d[b];return n(d)!==a?(d=m(d),new k("Invalid "+e+" `"+g+"` of type `"+(d+"` supplied to `"+c+"`, expected `")+(a+"`."))):null})}function f(d){switch(typeof d){case "number":case "string":case "undefined":return!0;case "boolean":return!d;case "object":if(Array.isArray(d))return d.every(f);if(null===d||a(d))return!0;var b=d&&(t&&d[t]||d["@@iterator"]);var c="function"===typeof b?b:void 0;if(c)if(b=c.call(d),c!==
d.entries)for(;!(d=b.next()).done;){if(!f(d.value))return!1}else for(;!(d=b.next()).done;){if((d=d.value)&&!f(d[1]))return!1}else return!1;return!0;default:return!1}}function n(a){var d=typeof a;return Array.isArray(a)?"array":a instanceof RegExp?"object":"symbol"===d||a&&("Symbol"===a["@@toStringTag"]||"function"===typeof Symbol&&a instanceof Symbol)?"symbol":d}function m(a){if("undefined"===typeof a||null===a)return""+a;var d=n(a);if("object"===d){if(a instanceof Date)return"date";if(a instanceof
RegExp)return"regexp"}return d}function w(a){a=m(a);switch(a){case "array":case "object":return"an "+a;case "boolean":case "date":case "regexp":return"a "+a;default:return a}}var t="function"===typeof Symbol&&Symbol.iterator,r={array:e("array"),bool:e("boolean"),func:e("function"),number:e("number"),object:e("object"),string:e("string"),symbol:e("symbol"),any:c(C),arrayOf:function(a){return c(function(b,d,c,e,g){if("function"!==typeof a)return new k("Property `"+g+"` of component `"+c+"` has invalid PropType notation inside arrayOf.");
b=b[d];if(!Array.isArray(b))return b=n(b),new k("Invalid "+e+" `"+g+"` of type `"+(b+"` supplied to `"+c+"`, expected an array."));for(d=0;d<b.length;d++){var p=a(b,d,c,e,g+"["+d+"]","SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");if(p instanceof Error)return p}return null})},element:function(){return c(function(b,c,e,g,f){b=b[c];return a(b)?null:(b=n(b),new k("Invalid "+g+" `"+f+"` of type `"+(b+"` supplied to `"+e+"`, expected a single ReactElement.")))})}(),elementType:function(){return c(function(a,
b,c,e,g){a=a[b];return T.isValidElementType(a)?null:(a=n(a),new k("Invalid "+e+" `"+g+"` of type `"+(a+"` supplied to `"+c+"`, expected a single ReactElement type.")))})}(),instanceOf:function(a){return c(function(b,d,c,e,g){if(!(b[d]instanceof a)){var f=a.name||"<<anonymous>>";b=b[d];b=b.constructor&&b.constructor.name?b.constructor.name:"<<anonymous>>";return new k("Invalid "+e+" `"+g+"` of type `"+(b+"` supplied to `"+c+"`, expected instance of `")+(f+"`."))}return null})},node:function(){return c(function(a,
b,c,e,g){return f(a[b])?null:new k("Invalid "+e+" `"+g+"` supplied to `"+(c+"`, expected a ReactNode."))})}(),objectOf:function(a){return c(function(b,d,c,e,g){if("function"!==typeof a)return new k("Property `"+g+"` of component `"+c+"` has invalid PropType notation inside objectOf.");b=b[d];d=n(b);if("object"!==d)return new k("Invalid "+e+" `"+g+"` of type `"+(d+"` supplied to `"+c+"`, expected an object."));for(var f in b)if(ia(b,f)&&(d=a(b,f,c,e,g+"."+f,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"),
d instanceof Error))return d;return null})},oneOf:function(a){return Array.isArray(a)?c(function(b,d,c,e,f){b=b[d];for(d=0;d<a.length;d++)if(g(b,a[d]))return null;d=JSON.stringify(a,function(a,b){return"symbol"===m(b)?String(b):b});return new k("Invalid "+e+" `"+f+"` of value `"+String(b)+"` supplied to `"+(c+"`, expected one of "+d+"."))}):(1<arguments.length?v("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):
v("Invalid argument supplied to oneOf, expected an array."),C)},oneOfType:function(a){if(!Array.isArray(a))return v("Invalid argument supplied to oneOfType, expected an instance of array."),C;for(var b=0;b<a.length;b++){var d=a[b];if("function"!==typeof d)return v("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+w(d)+" at index "+b+"."),C}return c(function(b,d,c,e,g){for(var f=0;f<a.length;f++)if(null==(0,a[f])(b,d,c,e,g,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"))return null;
return new k("Invalid "+e+" `"+g+"` supplied to `"+(c+"`."))})},shape:function(a){return c(function(b,d,c,e,g){b=b[d];d=n(b);if("object"!==d)return new k("Invalid "+e+" `"+g+"` of type `"+d+"` supplied to `"+(c+"`, expected `object`."));for(var f in a)if(d=a[f])if(d=d(b,f,c,e,g+"."+f,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"))return d;return null})},exact:function(a){return c(function(b,d,c,e,g){var f=b[d],h=n(f);if("object"!==h)return new k("Invalid "+e+" `"+g+"` of type `"+h+"` supplied to `"+
(c+"`, expected `object`."));h=ha({},b[d],a);for(var l in h){h=a[l];if(!h)return new k("Invalid "+e+" `"+g+"` key `"+l+"` supplied to `"+c+"`.\nBad object: "+JSON.stringify(b[d],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(a),null," "));if(h=h(f,l,c,e,g+"."+l,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"))return h}return null})}};k.prototype=Error.prototype;r.checkPropTypes=H;r.resetWarningCache=H.resetWarningCache;return r.PropTypes=r},f=G(function(a){a.exports=ja(T.isElement,!0)});K.displayName=
"BrowserRouter";K.propTypes={children:f.node,timeout:f.number,window:f.object};L.displayName="HashRouter";L.propTypes={children:f.node,timeout:f.number,window:f.object};var z=m.forwardRef(function(a,b){var c=a.onClick,f=a.replace,h=void 0===f?!1:f,l=a.state,y=a.target,n=a.to;a=O(a,["onClick","replace","state","target","to"]);f=e.useHref(n);var x=e.useNavigate(),w=e.useLocation(),t=e.useResolvedLocation(n);return m.createElement("a",Object.assign({},a,{href:f,onClick:function(a){c&&c(a);a.defaultPrevented||
0!==a.button||y&&"_self"!==y||a.metaKey||a.altKey||a.ctrlKey||a.shiftKey||(a.preventDefault(),a=!!h||Q(w,t),x(n,{replace:a,state:l}))},ref:b,target:y}))});z.displayName="Link";z.propTypes={onClick:f.func,replace:f.bool,state:f.object,target:f.string,to:f.oneOfType([f.string,f.shape({pathname:f.string,search:f.string,hash:f.string})]).isRequired};var N=m.forwardRef(function(a,b){var c=a["aria-current"],f=void 0===c?"page":c;c=a.activeClassName;var h=void 0===c?"active":c;c=a.activeStyle;var l=a.className,
y=void 0===l?"":l,n=a.style;l=a.to;a=O(a,"aria-current activeClassName activeStyle className style to".split(" "));var x=e.useLocation(),w=e.useResolvedLocation(l);f=(x=Q(x,w))?f:void 0;h=[y,x?h:null].filter(Boolean).join(" ");c=B({},n,{},x?c:null);return m.createElement(z,Object.assign({},a,{"aria-current":f,className:h,ref:b,style:c,to:l}))});N.displayName="NavLink";N.propTypes=B({},z.propTypes,{"aria-current":f.oneOf("page step location date time true".split(" ")),activeClassName:f.string,activeStyle:f.object,
className:f.string,style:f.object,to:f.oneOfType([f.string,f.shape({pathname:f.string,search:f.string,hash:f.string})]).isRequired});M.displayName="Prompt";M.propTypes={message:f.string,when:f.bool};Object.defineProperty(c,"MemoryRouter",{enumerable:!0,get:function(){return e.MemoryRouter}});Object.defineProperty(c,"Navigate",{enumerable:!0,get:function(){return e.Navigate}});Object.defineProperty(c,"Outlet",{enumerable:!0,get:function(){return e.Outlet}});Object.defineProperty(c,"Route",{enumerable:!0,
get:function(){return e.Route}});Object.defineProperty(c,"Router",{enumerable:!0,get:function(){return e.Router}});Object.defineProperty(c,"Routes",{enumerable:!0,get:function(){return e.Routes}});Object.defineProperty(c,"createRoutesFromArray",{enumerable:!0,get:function(){return e.createRoutesFromArray}});Object.defineProperty(c,"createRoutesFromChildren",{enumerable:!0,get:function(){return e.createRoutesFromChildren}});Object.defineProperty(c,"generatePath",{enumerable:!0,get:function(){return e.generatePath}});
Object.defineProperty(c,"matchPath",{enumerable:!0,get:function(){return e.matchPath}});Object.defineProperty(c,"matchRoutes",{enumerable:!0,get:function(){return e.matchRoutes}});Object.defineProperty(c,"resolveLocation",{enumerable:!0,get:function(){return e.resolveLocation}});Object.defineProperty(c,"useBlocker",{enumerable:!0,get:function(){return e.useBlocker}});Object.defineProperty(c,"useHref",{enumerable:!0,get:function(){return e.useHref}});Object.defineProperty(c,"useInRouterContext",{enumerable:!0,
get:function(){return e.useInRouterContext}});Object.defineProperty(c,"useLocation",{enumerable:!0,get:function(){return e.useLocation}});Object.defineProperty(c,"useLocationPending",{enumerable:!0,get:function(){return e.useLocationPending}});Object.defineProperty(c,"useMatch",{enumerable:!0,get:function(){return e.useMatch}});Object.defineProperty(c,"useNavigate",{enumerable:!0,get:function(){return e.useNavigate}});Object.defineProperty(c,"useOutlet",{enumerable:!0,get:function(){return e.useOutlet}});
Object.defineProperty(c,"useParams",{enumerable:!0,get:function(){return e.useParams}});Object.defineProperty(c,"useResolvedLocation",{enumerable:!0,get:function(){return e.useResolvedLocation}});Object.defineProperty(c,"useRoutes",{enumerable:!0,get:function(){return e.useRoutes}});c.BrowserRouter=K;c.HashRouter=L;c.Link=z;c.NavLink=N;c.Prompt=M;c.createSearchParams=D;c.usePrompt=R;c.useSearchParams=function(a){Y("undefined"!==typeof URLSearchParams,"You cannot use the `useSearchParams` hook in a browser that does not support the URLSearchParams API. If you need to support Internet Explorer 11, we recommend you load a polyfill such as https://github.com/ungap/url-search-params\n\nIf you're unsure how to load polyfills, we recommend you check out https://polyfill.io/v3/ which provides some recommendations about how to load polyfills only for users that need them, instead of for every user.");
var b=m.useRef(D(a)),c=e.useLocation();a=m.useMemo(function(){for(var a=D(c.search),e=function(){var c=g.value;a.has(c)||b.current.getAll(c).forEach(function(b){a.append(c,b)})},f=W(b.current.keys()),g;!(g=f()).done;)e();return a},[c.search]);var f=e.useNavigate(),h=m.useCallback(function(a,b){f("?"+D(a),b)},[f]);return[a,h]};Object.defineProperty(c,"__esModule",{value:!0})});
//# sourceMappingURL=react-router-dom.development.js.map

@@ -1,2 +0,2 @@

"use strict";!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("history"),require("react-router")):"function"==typeof define&&define.amd?define(["exports","react","history","react-router"],t):t((e=e||self).ReactRouterDOM={},e.React,e.HistoryLibrary,e.ReactRouter)}(this,(function(e,t,r,n){function u(){return(u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r,n=arguments[t];for(r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function o(e,t){if(null==e)return{};var r,n={},u=Object.keys(e);for(r=0;r<u.length;r++){var o=u[r];0<=t.indexOf(o)||(n[o]=e[o])}return n}function a(e,r){var u=t.useCallback((function(t){window.confirm(e)&&t.retry()}),[e]);n.useBlocker(u,r)}var i=(t=t&&t.hasOwnProperty("default")?t.default:t).forwardRef((function(e,r){var a=e.as;a=void 0===a?"a":a;var i=e.onClick,c=e.replace,s=void 0!==c&&c,l=e.state,f=e.target,d=e.to;e=o(e,"as onClick replace state target to".split(" ")),c=n.useHref(d);var m=n.useNavigate(),y=n.useLocation(),b=n.useResolvedLocation(d);return t.createElement(a,u({},e,{href:c,onClick:function(e){i&&i(e),e.defaultPrevented||0!==e.button||f&&"_self"!==f||e.metaKey||e.altKey||e.ctrlKey||e.shiftKey||(e.preventDefault(),e=b.pathname===y.pathname&&b.search===y.search&&b.hash===y.hash,m(d,{replace:!!s||e,state:l}))},ref:r,target:f}))})),c=t.forwardRef((function(e,r){var a=e["aria-current"];a=void 0===a?"page":a;var c=e.activeClassName;c=void 0===c?"active":c;var s=e.activeStyle;s=void 0===s?null:s;var l=e.className,f=void 0===l?"":l,d=void 0===(l=e.style)?null:l;l=e.to,e=o(e,"aria-current activeClassName activeStyle className style to".split(" "));var m=n.useMatch(l);return a=m?a:void 0,c=[f,m?c:null].filter(Boolean).join(" "),s=u({},d,{},m?s:null),t.createElement(i,u({},e,{"aria-current":a,className:c,ref:r,style:s,to:l}))}));Object.defineProperty(e,"MemoryRouter",{enumerable:!0,get:function(){return n.MemoryRouter}}),Object.defineProperty(e,"Navigate",{enumerable:!0,get:function(){return n.Navigate}}),Object.defineProperty(e,"Outlet",{enumerable:!0,get:function(){return n.Outlet}}),Object.defineProperty(e,"Route",{enumerable:!0,get:function(){return n.Route}}),Object.defineProperty(e,"Router",{enumerable:!0,get:function(){return n.Router}}),Object.defineProperty(e,"Routes",{enumerable:!0,get:function(){return n.Routes}}),Object.defineProperty(e,"createRoutesFromChildren",{enumerable:!0,get:function(){return n.createRoutesFromChildren}}),Object.defineProperty(e,"generatePath",{enumerable:!0,get:function(){return n.generatePath}}),Object.defineProperty(e,"matchRoutes",{enumerable:!0,get:function(){return n.matchRoutes}}),Object.defineProperty(e,"resolveLocation",{enumerable:!0,get:function(){return n.resolveLocation}}),Object.defineProperty(e,"useBlocker",{enumerable:!0,get:function(){return n.useBlocker}}),Object.defineProperty(e,"useHref",{enumerable:!0,get:function(){return n.useHref}}),Object.defineProperty(e,"useLocation",{enumerable:!0,get:function(){return n.useLocation}}),Object.defineProperty(e,"useMatch",{enumerable:!0,get:function(){return n.useMatch}}),Object.defineProperty(e,"useNavigate",{enumerable:!0,get:function(){return n.useNavigate}}),Object.defineProperty(e,"useOutlet",{enumerable:!0,get:function(){return n.useOutlet}}),Object.defineProperty(e,"useParams",{enumerable:!0,get:function(){return n.useParams}}),Object.defineProperty(e,"useResolvedLocation",{enumerable:!0,get:function(){return n.useResolvedLocation}}),Object.defineProperty(e,"useRoutes",{enumerable:!0,get:function(){return n.useRoutes}}),e.BrowserRouter=function(e){var u=e.children,o=e.timeout;e=e.window;var a=t.useRef(null);return null==a.current&&(a.current=r.createBrowserHistory({window:e})),t.createElement(n.Router,{children:u,history:a.current,timeout:o})},e.HashRouter=function(e){var u=e.children,o=e.timeout;e=e.window;var a=t.useRef(null);return null==a.current&&(a.current=r.createHashHistory({window:e})),t.createElement(n.Router,{children:u,history:a.current,timeout:o})},e.Link=i,e.NavLink=c,e.Prompt=function(e){return a(e.message,e.when),null},e.usePrompt=a,e.useSearchParams=function(){var e=n.useLocation();return t.useMemo((function(){return new URLSearchParams(e.search)}),[e.search])},Object.defineProperty(e,"__esModule",{value:!0})}));
"use strict";!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("history"),require("react-router")):"function"==typeof define&&define.amd?define(["exports","react","history","react-router"],t):t((e=e||self).ReactRouterDOM={},e.React,e.HistoryLibrary,e.ReactRouter)}(this,(function(e,t,r,n){function o(){return(o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r,n=arguments[t];for(r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function u(e,t){if(null==e)return{};var r,n={},o=Object.keys(e);for(r=0;r<o.length;r++){var u=o[r];0<=t.indexOf(u)||(n[u]=e[u])}return n}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function i(e){var t=0;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(e=function(e,t){if(e){if("string"==typeof e)return a(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if("Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r)return Array.from(r);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return a(e,t)}}(e)))return function(){return t>=e.length?{done:!0}:{done:!1,value:e[t++]}};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(t=e[Symbol.iterator]()).next.bind(t)}function c(e,t){return r.createPath(e)===r.createPath(t)}function s(e,r){void 0===r&&(r=!0);var o=t.useCallback((function(t){window.confirm(e)&&t.retry()}),[e]);n.useBlocker(o,r)}function f(e){return void 0===e&&(e=""),new URLSearchParams("string"==typeof e||Array.isArray(e)||e instanceof URLSearchParams?e:Object.keys(e).reduce((function(t,r){var n=e[r];return t.concat(Array.isArray(n)?n.map((function(e){return[r,e]})):[[r,n]])}),[]))}var l=t.forwardRef((function(e,r){var o=e.onClick,a=e.replace,i=void 0!==a&&a,s=e.state,f=e.target,l=e.to;e=u(e,["onClick","replace","state","target","to"]),a=n.useHref(l);var y=n.useNavigate(),d=n.useLocation(),m=n.useResolvedLocation(l);return t.createElement("a",Object.assign({},e,{href:a,onClick:function(e){o&&o(e),e.defaultPrevented||0!==e.button||f&&"_self"!==f||e.metaKey||e.altKey||e.ctrlKey||e.shiftKey||(e.preventDefault(),e=!!i||c(d,m),y(l,{replace:e,state:s}))},ref:r,target:f}))})),y=t.forwardRef((function(e,r){var a=e["aria-current"],i=void 0===a?"page":a,s=void 0===(a=e.activeClassName)?"active":a;a=e.activeStyle;var f=e.className,y=void 0===f?"":f,d=e.style;f=e.to,e=u(e,"aria-current activeClassName activeStyle className style to".split(" "));var m=n.useLocation();return i=(m=c(m,n.useResolvedLocation(f)))?i:void 0,s=[y,m?s:null].filter(Boolean).join(" "),a=o({},d,{},m?a:null),t.createElement(l,Object.assign({},e,{"aria-current":i,className:s,ref:r,style:a,to:f}))}));Object.defineProperty(e,"MemoryRouter",{enumerable:!0,get:function(){return n.MemoryRouter}}),Object.defineProperty(e,"Navigate",{enumerable:!0,get:function(){return n.Navigate}}),Object.defineProperty(e,"Outlet",{enumerable:!0,get:function(){return n.Outlet}}),Object.defineProperty(e,"Route",{enumerable:!0,get:function(){return n.Route}}),Object.defineProperty(e,"Router",{enumerable:!0,get:function(){return n.Router}}),Object.defineProperty(e,"Routes",{enumerable:!0,get:function(){return n.Routes}}),Object.defineProperty(e,"createRoutesFromArray",{enumerable:!0,get:function(){return n.createRoutesFromArray}}),Object.defineProperty(e,"createRoutesFromChildren",{enumerable:!0,get:function(){return n.createRoutesFromChildren}}),Object.defineProperty(e,"generatePath",{enumerable:!0,get:function(){return n.generatePath}}),Object.defineProperty(e,"matchPath",{enumerable:!0,get:function(){return n.matchPath}}),Object.defineProperty(e,"matchRoutes",{enumerable:!0,get:function(){return n.matchRoutes}}),Object.defineProperty(e,"resolveLocation",{enumerable:!0,get:function(){return n.resolveLocation}}),Object.defineProperty(e,"useBlocker",{enumerable:!0,get:function(){return n.useBlocker}}),Object.defineProperty(e,"useHref",{enumerable:!0,get:function(){return n.useHref}}),Object.defineProperty(e,"useInRouterContext",{enumerable:!0,get:function(){return n.useInRouterContext}}),Object.defineProperty(e,"useLocation",{enumerable:!0,get:function(){return n.useLocation}}),Object.defineProperty(e,"useLocationPending",{enumerable:!0,get:function(){return n.useLocationPending}}),Object.defineProperty(e,"useMatch",{enumerable:!0,get:function(){return n.useMatch}}),Object.defineProperty(e,"useNavigate",{enumerable:!0,get:function(){return n.useNavigate}}),Object.defineProperty(e,"useOutlet",{enumerable:!0,get:function(){return n.useOutlet}}),Object.defineProperty(e,"useParams",{enumerable:!0,get:function(){return n.useParams}}),Object.defineProperty(e,"useResolvedLocation",{enumerable:!0,get:function(){return n.useResolvedLocation}}),Object.defineProperty(e,"useRoutes",{enumerable:!0,get:function(){return n.useRoutes}}),e.BrowserRouter=function(e){var o=e.children,u=e.timeout;e=e.window;var a=t.useRef(null);return null==a.current&&(a.current=r.createBrowserHistory({window:e})),t.createElement(n.Router,{children:o,history:a.current,timeout:u})},e.HashRouter=function(e){var o=e.children,u=e.timeout;e=e.window;var a=t.useRef(null);return null==a.current&&(a.current=r.createHashHistory({window:e})),t.createElement(n.Router,{children:o,history:a.current,timeout:u})},e.Link=l,e.NavLink=y,e.Prompt=function(e){return s(e.message,e.when),null},e.createSearchParams=f,e.usePrompt=s,e.useSearchParams=function(e){var r=t.useRef(f(e)),o=n.useLocation();e=t.useMemo((function(){for(var e,t=f(o.search),n=function(){var n=e.value;t.has(n)||r.current.getAll(n).forEach((function(e){t.append(n,e)}))},u=i(r.current.keys());!(e=u()).done;)n();return t}),[o.search]);var u=n.useNavigate();return[e,t.useCallback((function(e,t){u("?"+f(e),t)}),[u])]},Object.defineProperty(e,"__esModule",{value:!0})}));
//# sourceMappingURL=react-router-dom.production.min.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc