Open
Description
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 = () => {
return (
<div>
<Link href="/">HOME</Link>
<Link href="/test">TEST</Link>
</div>
);
};

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
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.