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

Set sameHydrate to true by default #9

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

sjd210
Copy link
Contributor

@sjd210 sjd210 commented Nov 26, 2024

The main problem actually causing problems here was that sameHydrate wasn't set to true by default.

This would've been caught by line 613 when using the ?? nullish operator rather than the === equality operator except I very recently changed it, so I've switched back to ?? to avoid any possible future issues.

We also weren't seeing it in the logs because it wasn't being recorded properly, so I've changed that too.

@sjd210 sjd210 requested a review from jsharkey13 November 26, 2024 11:37
@jsharkey13 jsharkey13 merged commit 3c0a211 into main Nov 26, 2024
1 check failed
@jsharkey13 jsharkey13 deleted the hotfix/change-equality-to-nullish-check branch November 26, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants