wojtekmaj / react-pdf

Display PDFs in your React app as easily as if they were images.
https://projects.wojtekmaj.pl/react-pdf
MIT License
9.24k stars 877 forks source link

Missing withCredentials after Upgrading from 6.2.0 to 7.3. #1583

Closed mleister97 closed 1 year ago

mleister97 commented 1 year ago

Before you start - checklist

Description

After upgrading from version 6.2.0 to 7.3.3 of the library, I noticed that the withCredentials flag is suddenly missing. I have thoroughly checked the Changelogs and the Upgrade guide for version 7.3.3, but there is no mention of this change. The withCredentials functionality was essential for my use case, and its absence is causing issues with my application's authentication flow. I would appreciate any guidance or clarification on why this change was not documented and how I can regain the withCredentials capability in the latest version of the library. Thank you!

Steps to reproduce

Upgrade to newest version

Expected behavior

The flag should still be there or at least mentioned somewhere. Is it no longer needed?

Actual behavior

No information about the removed flag

Additional information

No response

Environment

No response