Skip to content

Commit

Permalink
Improve hydration error coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jun 19, 2024
1 parent 9ff5c44 commit 40fc807
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
'use client'
import Component from '../index'
export default function Page() {
return <Component />
return (
<table>
{' '}
<tbody></tbody>
</table>
)
}
Loading

0 comments on commit 40fc807

Please sign in to comment.