hello friends I have a problem with a project I can't find a solution so here's the context:
I triggered an action (Firestore Query) when my page loaded allows me to retrieve the list of my courses which I define as a variable output on the name of totalCourse, now on this page at the level of a row widget I have created a dynamic child which will return the list of courses that have already been published (through the variable totalCourses) and also on the same page I have a text widget that displays the number of courses published (through the totalCourse variable).
my sub is that when the page launches I must first click on the page before my data is displayed if I do not do so my row and text widget remains empty