Skip to content

Commit

Permalink
fix: add polyfill for Object.FromEntries
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlingt committed Jan 4, 2024
1 parent 1a4262f commit 563b438
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'polyfill-object.fromentries'

import { useMemo, useState } from 'react'
import { useSearchParams } from 'react-router-dom'
import { Box } from '@chakra-ui/react'
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
"openid-client": "^5.3.1",
"opossum": "^7.1.0",
"p-queue": "^6.6.2",
"polyfill-object.fromentries": "^1.0.1",
"promise-retry": "^2.0.1",
"promise-timeout": "^1.3.0",
"puppeteer-core": "21.3.2",
Expand Down

0 comments on commit 563b438

Please sign in to comment.