Next.js Discord

Discord Forum

Expected server HTML to contain a matching <tr> in <table>.

Unanswered
Zax71 posted this in #help-forum
Open in Discord
Hi there! I am running in to [this issue](https://github.com/vercel/next.js/discussions/36754) and I have tried the <tbody> workaround but that didn't seam to change much. If anyone could shed some light on what is happening and how to fix it, that would be great!

         <div className="text-left bg-neutral-800 rounded-lg float-right sm:hidden w-full">
            <table className="ml-6">
              <tbody>
                <tr>
                  <th>Date: </th>
                  <th>TBC</th>
                </tr>
                <tr>
                  <th>Time: </th>
                  <th>10am - 5pm</th>
                </tr>
                <tr>
                  <th>Location:</th>
                  <th>TBC</th>
                </tr>
                <tr>
                  <th>Price</th>
                  <th>£130 pp</th>
                </tr>
              </tbody>
            </table>
          </div>

7 Replies

Can you upgrade your Next.js version? it's working in the latest version and I can't reproduce your problem
I do have dependabot auto updates so it should be on the latest version
dependabot by default only does security, what is your next.js version?
13.4.9
Yeah, upgrade to 13.4.19 and try again
Updated and that didn't fix it :( (changed next version in package.json and ran npm i)