You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-pdf/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,7 @@ The following browsers are supported out of the box in React-PDF v8 and v7:
50
50
51
51
You may extend the list of supported browsers by providing additional polyfills (e.g. for `Array.prototype.at` or `Promise.allSettled`) and either configuring your bundler to transpile `pdfjs-dist` and using [legacy PDF.js worker](#legacy-pdfjs-worker).
52
52
53
-
If you need to support older browsers, you will need to use React-PDF v6 or v5.
54
-
55
-
If you need to support Internet Explorer 11, you will need to use React-PDF v4.
53
+
If you need to support older browsers, you will need to use React-PDF v6 or earlier.
0 commit comments