Skip to content

Commit b4c171e

Browse files
committed
Add url-search-params-polyfill
1 parent 032ec7f commit b4c171e

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"react-dom": "^17.0.1",
3030
"react-scripts": "4.0.0",
3131
"typescript": "^4.0.3",
32+
"url-search-params-polyfill": "^8.1.0",
3233
"web-vitals": "^0.2.4"
3334
},
3435
"scripts": {

src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import "./icons"
33

44
import React from 'react'
55
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
6+
import "url-search-params-polyfill"
67

78
import Login from 'components/Login'
89
import PlaylistTable from "components/PlaylistTable"

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11656,6 +11656,11 @@ url-parse@^1.4.3:
1165611656
querystringify "^2.1.1"
1165711657
requires-port "^1.0.0"
1165811658

11659+
url-search-params-polyfill@^8.1.0:
11660+
version "8.1.0"
11661+
resolved "https://registry.yarnpkg.com/url-search-params-polyfill/-/url-search-params-polyfill-8.1.0.tgz#5c15b69687165bfd4f6c7d8a161d70d85385885b"
11662+
integrity sha512-MRG3vzXyG20BJ2fox50/9ZRoe+2h3RM7DIudVD2u/GY9MtayO1Dkrna76IUOak+uoUPVWbyR0pHCzxctP/eDYQ==
11663+
1165911664
url@^0.11.0:
1166011665
version "0.11.0"
1166111666
resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"

0 commit comments

Comments
 (0)