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 adding a new post, they show in all viewmodes except calendar, until the page is refreshed.
It may be because in Stream.js for all viewmodes except Calendar, posts iteratively creates a component. In Calendar viewmode, posts are passed to the component where the iteration happens based on the calendar mode (month, week, day).\
I need a second pair of eyes looking at this, to fix it.
The text was updated successfully, but these errors were encountered:
When adding a new post, they show in all viewmodes except calendar, until the page is refreshed.
It may be because in
Stream.js
for all viewmodes except Calendar, posts iteratively creates a component. In Calendar viewmode, posts are passed to the component where the iteration happens based on the calendar mode (month, week, day).\I need a second pair of eyes looking at this, to fix it.
The text was updated successfully, but these errors were encountered: