Skip to content

Skip prerendering the two I/O demo widgets

Jean-Paul Calderone requested to merge fix-hydration-warnings into main

When they are prerendered there is a warning about "hydration failure". This indicates the DOM prerendered (on the server) somehow doesn't match the DOM rendered (in the client). Since it's not obvious what these differences might be, this might be a hydration bug. It's just as correct to skip the prerendering for these two cases though (and maybe we should skip it for everything?)

Merge request reports