You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I fetch events from API on next/prev month change events don't appear because sometimes API is late and only DOM renders so calendar shows no events. I need to render calendar and fetched events simultaneously. I tried to use SetTimeout method but it doesn't work always. What's the best way to fix this issue?
The text was updated successfully, but these errors were encountered:
gmerabishvili
changed the title
Rendrer events from api on month change
Render events from API on month change
Dec 10, 2017
When I fetch events from API on next/prev month change events don't appear because sometimes API is late and only DOM renders so calendar shows no events. I need to render calendar and fetched events simultaneously. I tried to use SetTimeout method but it doesn't work always. What's the best way to fix this issue?
The text was updated successfully, but these errors were encountered: