Gurkirat Mandur
Results
1
comments of
Gurkirat Mandur
You have no data until your fetch completes, that's why it's complaining. My guess would be something like this works: ```ts {dataProvider && dataProvider.getSize() > 0 && } ```