Skip to content
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

Subscription triggers wrong query #941

Open
flerpo opened this issue Jun 16, 2022 · 1 comment
Open

Subscription triggers wrong query #941

flerpo opened this issue Jun 16, 2022 · 1 comment

Comments

@flerpo
Copy link

flerpo commented Jun 16, 2022

Not sure if i'm missing something but here goes.

Im using Next js and when im using next/link the log says its creating a new subscription but it never listens to it.

The scenario is this:
Frontpage has a subscription, this works, from frontpage i click on a "next/link" and it shows thats its unsubscribing and creating a new subsription with the correct settings. But when the subscription should trigger it triggers the old one.
It works when not using next/link and only regular <a href

@PabloSzx
Copy link
Member

Could you create a reproduction repository please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants