Input causes hydration error on edge but not on chnrome
Unanswered
Pomeranian posted this in #help-forum
PomeranianOP
is there explanation for this? i removed all my extensions in edge and even in incognito mode of edge still have hydration error
Im new to next js btw
Im new to next js btw
1 Reply
PomeranianOP
export default function Login() {
return (
<div>
<input type="text" name="test" id="test" />
</div>
);
}
return (
<div>
<input type="text" name="test" id="test" />
</div>
);
}