Skip to content

Unhandled Runtime Error TypeError: Cannot read properties of undefined (reading 'length') #3

@agokrim

Description

@agokrim

hi
i get this error

Unhandled Runtime Error
TypeError: Cannot read properties of undefined (reading 'length')

Source
src\components\shared\DataTable.tsx (68:17) @ getRowModel

66 |
67 |

68 | {table.getRowModel().rows?.length ? (
| ^
69 | table.getRowModel().rows.map((row) => (
70 | <TableRow
71 | key={row.id}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions