#{(typeof window !== 'undefined') && ( .....)} causes Error: Hydration failed error, anyone know why?

2 messages · Page 1 of 1 (latest)

queen iron
#
{(typeof window !== 'undefined') && (

  <div> ..... </div>

)}

always cause hydration error, is there anyway to fix it?

remote linden