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';