-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
fix: no hydration when new promise comes in #8383
Merged
+207
−19
Merged
Changes from 3 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
050c9d5
add failing repro test
juliusmarminge 524f5ff
update assertinos
juliusmarminge cf37452
add logg
juliusmarminge d82cfb2
ehm - maybe fix?
juliusmarminge 6eaf6fc
rm -only
juliusmarminge 8c7ccf2
make example
juliusmarminge 4efa642
upd
juliusmarminge f32f6e3
ad debug logs
juliusmarminge 77362c4
more debugging
juliusmarminge 5fa1a33
push
juliusmarminge 7eec72d
maybe???
juliusmarminge edda7ba
rm log
juliusmarminge 85ee5bc
revert
juliusmarminge 4d9645b
Merge branch 'main' into julius/hydrate-promise
TkDodo a6d28f5
Merge branch 'main' into julius/hydrate-promise
TkDodo fb114b9
Merge branch 'main' into julius/hydrate-promise
juliusmarminge c5eccf5
fix: ?
TkDodo 6dbdf34
fix: check for pending status again
TkDodo 3c1b221
fix: clear serverQueryClient between "requests"
TkDodo c691765
Merge branch 'main' into julius/hydrate-promise
TkDodo b7d9755
chore: remove logs
TkDodo 9d3b116
rethrow next build error
juliusmarminge 9ec623a
Merge branch 'main' into julius/hydrate-promise
juliusmarminge 9ebf869
kick off ci again
juliusmarminge 7584928
add `shouldRedactError` option
juliusmarminge cef39db
Merge branch 'main' into julius/hydrate-promise
juliusmarminge a346f39
pluralize
juliusmarminge 8448f7b
docs
juliusmarminge 71a4453
chore: more memory
TkDodo 9f555a2
Merge branch 'main' into julius/hydrate-promise
TkDodo 4239947
chore: revert more memory
TkDodo 9ef516c
don't compare statuses if they don't exist
juliusmarminge a1d1c91
ci: apply automated fixes
autofix-ci[bot] 4c1dc96
Merge branch 'main' into julius/hydrate-promise
TkDodo 8c2023e
lint
juliusmarminge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assume this is a server fn calling
revalidatePath()
so the page re-renders