From c1aa5a0441dae5f79c8ab63fc5f69b4e5402f1e7 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Tue, 7 Dec 2021 22:46:31 +1100 Subject: [PATCH] UrlSearchParams polyfill --- website/src/pages/showcase/_components/TagSelect.tsx | 2 ++ website/src/pages/showcase/index.tsx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/website/src/pages/showcase/_components/TagSelect.tsx b/website/src/pages/showcase/_components/TagSelect.tsx index 9d191417..4584f668 100644 --- a/website/src/pages/showcase/_components/TagSelect.tsx +++ b/website/src/pages/showcase/_components/TagSelect.tsx @@ -1,3 +1,5 @@ +import 'url-search-params-polyfill'; + import React from 'react'; import { useHistory, useLocation } from '@docusaurus/router'; diff --git a/website/src/pages/showcase/index.tsx b/website/src/pages/showcase/index.tsx index b6cf3457..af67337d 100644 --- a/website/src/pages/showcase/index.tsx +++ b/website/src/pages/showcase/index.tsx @@ -1,3 +1,5 @@ +import 'url-search-params-polyfill'; + import React from 'react'; import { useLocation } from '@docusaurus/router';