nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.85k stars 156 forks source link

Show hydration errors #541

Open atinux opened 9 months ago

atinux commented 9 months ago

Related to https://twitter.com/TheAlexLichter/status/1734463035681407225 and https://twitter.com/JulienHuang_dev/status/1734487309154763103

harlan-zw commented 9 months ago

I like it :+1:

Just a thought, what about a client-side error tab, similar to the server-side error tab? It can just do hydration errors to start but could be improved in the future for other common issues.

atinux commented 9 months ago

What about just an errors tab to handle all of it and tag what is from server vs client?

rona-chong commented 7 months ago

What I'd love is if we could see more human friendly output for hydration errors, showing the diff in the dom between server rendered and client rendered.