Skip to content

Commit

Permalink
Merge pull request #43601 from Expensify/francois-fix-react-pdf-npm-w…
Browse files Browse the repository at this point in the history
…arning

Fix react-pdf patch-package soft warning
  • Loading branch information
pecanoro authored Jun 12, 2024
2 parents d0b3552 + c3d530c commit ec3ad80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/node_modules/react-pdf/dist/esm/Document.js b/node_modules/react-pdf/dist/esm/Document.js
index 493ff15..8d5e734 100644
index b1c5a81..569769e 100644
--- a/node_modules/react-pdf/dist/esm/Document.js
+++ b/node_modules/react-pdf/dist/esm/Document.js
@@ -261,6 +261,7 @@ const Document = forwardRef(function Document(_a, ref) {
Expand Down

0 comments on commit ec3ad80

Please sign in to comment.