...i guess because it uses display:contents which is not supported in these browsers I tried a css hack ``` div[style*="contents"] { display: block !important; } ``` but the hydration still failed.