We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://codesandbox.io/p/devbox/49262s
While implementing Reown AppKit in a Next.js application following the official documentation (https://docs.reown.com/appkit/next/core/installation), I've observed unexpected multiple rendering behavior.
Steps to Reproduce:
console.log("App Rendered", new Date().getTime());
Current Behavior:
Expected Behavior:
v20.9.0
npm@9.8.1
The text was updated successfully, but these errors were encountered:
APKT-1880 [bug] Appkit makes Next.js app render twice
Sorry, something went wrong.
No branches or pull requests
Link to minimal reproducible example
https://codesandbox.io/p/devbox/49262s
Summary
While implementing Reown AppKit in a Next.js application following the official documentation (https://docs.reown.com/appkit/next/core/installation), I've observed unexpected multiple rendering behavior.
Steps to Reproduce:
Current Behavior:
Expected Behavior:
List of related npm package versions
Node.js Version
v20.9.0
Package Manager
npm@9.8.1
The text was updated successfully, but these errors were encountered: