Next.js Discord

Discord Forum

why doesnt the null check `?` work?

Unanswered
Marble gall posted this in #help-forum
Open in Discord
Marble gallOP
i have the code below to check if everything under the table object is null but for some reason i get an TypeError: Cannot read properties of undefined

1 Reply

Yacare Caiman
This is not a good way to check null use {table && table. GetRowModel.rows.length ? (Rest of your code)