Skip to content

Commit

Permalink
fix: add polyfill for Object.FromEntries (#6996)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlingt committed Jan 4, 2024
1 parent 1a4262f commit 41c40e5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"lodash": "^4.17.21",
"lottie-web": "^5.9.4",
"p-queue": "^7.2.0",
"polyfill-object.fromentries": "^1.0.1",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-csv": "^2.2.2",
Expand Down
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

0 comments on commit 41c40e5

Please sign in to comment.