why doesnt the null check `?` work?
Unanswered
Marble gall posted this in #help-forum
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 undefined1 Reply
Yacare Caiman
This is not a good way to check null use {table && table. GetRowModel.rows.length ? (Rest of your code)