Skip to content

Commit

Permalink
fix: promise-with-resolvers error
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntler committed Jun 1, 2024
1 parent 78c936f commit a480366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DocViewer.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "core-js/proposals/promise-with-resolvers";
import React, { CSSProperties, forwardRef, memo } from "react";
import styled, { ThemeProvider } from "styled-components";
import { HeaderBar } from "./components/HeaderBar";
Expand Down

0 comments on commit a480366

Please sign in to comment.