Next.js Discord

Discord Forum

html attribute mismatch when rendering

Unanswered
Satin posted this in #help-forum
Open in Discord
SatinOP
here is the code
    <div id={id} data-id={id}>
      {id}
    </div>
what can cause this? I use chakra ui v1 with nextjs

0 Replies