-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Sometimes is showed even after set:
setShowLoading(false);
setData(data.rounds);
To reproduce: refresh page few times in browser.
To fix it try to add duration={10}:
<IonLoading
isOpen={showLoading}
onDidDismiss={() => setShowLoading(false)}
message={'Loading...'}
duration={10}
/>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels