-
Notifications
You must be signed in to change notification settings - Fork 88
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 Report: Endless Cookie Rendering Loop #733
Comments
Yep, we're experiencing this issue as well, we recently upgraded https://github.com/magiclabs/wagmi-magic-connector in our project from 1.1.5 to 2.0.0, which it seems also comes with a magic SDK version upgrade. |
Having same issue too. we were on 8.1.0 (time for upgrade lol) and having the issue |
is there a fix to this? upgrading does not seem to help. |
Hi there! |
Same issue here still |
✅ Prerequisites
magic-sdk
)?🐛 Description
Upon initializing the Wagmi connector into my project, I noticed a peculiar behavior related to cookie rendering.
🧩 Steps to Reproduce
🤔 Expected behavior
I expected the cookies to render appropriately upon initialization and to cease rendering once initialized. There should be no continuous loop of cookie rendering.
😮 Actual behavior
The cookies enter an infinite rendering loop, continually rendering without cessation. This behavior triggers an error marked with number of times it has rendered, indicating that the cookies have been rendered an excessive number of times. Consequently, this error warns that third-party cookie functionality may be blocked.
💻 Code Sample
https://stackblitz.com/edit/stackblitz-starters-bbb65e?file=app%2Fpage.tsx,app%2Fconfig.ts,package.json
Screenshots
🌎 Environment
magic-sdk
yarn
The text was updated successfully, but these errors were encountered: