()
| 34 | }; |
| 35 | |
| 36 | const getLocationHref = () => { |
| 37 | if (isSSR) { |
| 38 | return ""; |
| 39 | } |
| 40 | |
| 41 | return window.location.href; |
| 42 | }; |
| 43 | |
| 44 | const getLocationSearch = () => { |
| 45 | return internals.search(); |
no outgoing calls
no test coverage detected
searching dependent graphs…