Unable to render data after Build #4162
Replies: 1 comment
-
Issue: #4163 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
<HvTableRow {...row.getRowProps()}>
{row.cells.map((cell) => (
<HvTableCell {...cell.getCellProps()}>
{cell.render("Cell")}
))}
Beta Was this translation helpful? Give feedback.
All reactions