-
Notifications
You must be signed in to change notification settings - Fork 27k
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
AppTree is not updated client side #10126
Comments
same on 9.3.1. thought first that the issue is on |
@Timer @timneutkens do you have a suggested workaround for this issue or an idea of how to fix this? could try to give you a hand if you guide me a bit. |
@ijjk I see you added It would be really great to be able to use it to prefetch data for a page before rendering/showing it, regardless of whether the rendering is happening server-side or browser-side, to get rid of unwanted |
Still can't upgrade Apollo due to this issue. Any updates? |
Hello! Any update on this? |
Hello, |
To whom it may concern, I put in a PR to fix this: #23721 |
@devknoll @balazsorban44 Could you please return to this issue? This is still a problem in |
Bug report
Describe the bug
The
<AppTree />
is not updated client-side, i.e. a first version of<AppTree />
is computed server-side and then it is always the same client side.To Reproduce
A code such as the following would be sufficient:
For reproduction, I made a Codesandbox: https://codesandbox.io/s/nextjs-apptree-bug-pdkf3
If you click on the link and look at the console, you will see that whatever the page,
<AppTree />
is always the same.System information
The text was updated successfully, but these errors were encountered: