Closed SamusElderg closed 5 months ago
We have some DOM issues with the ContestTile that would cause hydration issues (nothing major/noticable client side, but still need to fix it)
ContestTile
Looks like we have at least 1 instance of each of these in that component:
<p> appearing as a descendant of <p>
<div> appearing as a descendant of <p>
Im going to pick this one up now and get it out the way
Marking this as completed, any app console errors etc will be cleared next time we update the component lib dep version they are pointing at
We have some DOM issues with the
ContestTile
that would cause hydration issues (nothing major/noticable client side, but still need to fix it)Looks like we have at least 1 instance of each of these in that component:
<p> appearing as a descendant of <p>
<div> appearing as a descendant of <p>