Next.js Discord

Discord Forum

Input causes hydration error on edge but not on chnrome

Unanswered
Pomeranian posted this in #help-forum
Open in Discord
Avatar
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

1 Reply

Avatar
PomeranianOP
export default function Login() {


return (
<div>
<input type="text" name="test" id="test" />
</div>
);
}
Image
Image