akaco
May I use code to handle hydration mismatches?
My application uses
Supabase
, and because Supabase's JWT refresh is not immediate, it causes hydration mismatches. I found that most hydration mismatches are due to this reason. Can I manually register an error handler for when a hydration mismatch error occurs?
I found that this doesn't work.7 replies