fix: prevent hydration mismatch in useHeatmapTheme by suppressing mismatch on theme element#841
fix: prevent hydration mismatch in useHeatmapTheme by suppressing mismatch on theme element#841tmdeveloper007 wants to merge 3 commits into
Conversation
|
@TESTPERSONAL is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel. A member of the Team first needs to authorize it. |
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
405de24 to
968fe2b
Compare
Priyanshu-byte-coder
left a comment
There was a problem hiding this comment.
Missing EOF newline on e2e/landing.spec.js. Also: the returned suppressHydrationMismatch flag is not used by any call site — either apply suppressHydrationWarning in the component that consumes this hook, or remove the flag from the return value.
|
One issue to fix: Missing EOF newline in The hydration mismatch fix itself ( |
8b355fe to
0d6c58c
Compare
|
This pull request is fully up-to-date with the latest upstream merges, all review items are addressed, local tests are passing cleanly, and it is fully ready to be merged! 🚀 |
fix: prevent hydration mismatch in useHeatmapTheme by suppressing mismatch on theme element