-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Console flooded with cookie warnings on PayPal component rerender #550
Comments
Update the react-paypal-js library. |
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
bump |
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. |
Console flooded with cookie warnings on PayPal component rerender
Library used
react-paypal-js
Describe the Bug
When the PayPal React component rerenders, the console is flooded with warnings related to third-party cookies.
Minimal Reproduction
Actual Behavior
On each rerender of the PayPal component, the console displays multiple warnings about third-party cookies. The warnings state:
"Reading cookie in cross-site context will be blocked in future Chrome versions
Cookies with the SameSite=None; Secure and not Partitioned attributes that operate in cross-site contexts are third-party cookies. In future Chrome versions, reading third-party cookies will be blocked. This behavior protects user data from cross-site tracking."
Expected Behavior
The PayPal component should rerender without triggering any cookie warnings.
Environment
The text was updated successfully, but these errors were encountered: