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
Use the Link link from next.js to open the page, the wallet should not always be authorized
Steps To Reproduce
next.js 13
What package is effected by this issue?
@web3-onboard/core
Is this a build or a runtime issue?
Build
Package Version
2.23.0
Node Version
No response
What browsers are you seeing the problem on?
No response
Relevant log output
none
Anything else?
none
Sanity Check
If this is a build issue, I have included my build config. If this is a runtime issue, I have included reproduction steps and/or a Minimal, Reproducible Example.
The text was updated successfully, but these errors were encountered:
Current Behavior
Using web3-onboard in a react+next.js dapp
After linking the wallet on the home page, then click on the test page wallet to repeat the authorization
Example:
import Link from "next/link";
export const AppHeader = () => {
};
Expected Behavior
Use the Link link from next.js to open the page, the wallet should not always be authorized
Steps To Reproduce
next.js 13
What package is effected by this issue?
@web3-onboard/core
Is this a build or a runtime issue?
Build
Package Version
2.23.0
Node Version
No response
What browsers are you seeing the problem on?
No response
Relevant log output
Anything else?
none
Sanity Check
The text was updated successfully, but these errors were encountered: