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
If I create a new article in the admin interface and press return to list the new article should show up in recent articles
Current Behavior
Recent articles only seem to work after refreshing the page, not when staying within the single page application
Possible Solution
It seems since refreshing works that the serverside cache is properly invalidated in Falcor but maybe not the clientside one? Or maybe the list is never unmounted and therefore doesn't do a new falcor fetch? I'm not 100% sure but I think that's the kind of things to look for
Steps to Reproduce (for bugs)
Create new article
Press return to list
See that recent articles aren't updated with the newest one being the one you just created
Refresh page
See that it is now updated
The text was updated successfully, but these errors were encountered:
Expected Behavior
If I create a new article in the admin interface and press return to list the new article should show up in recent articles
Current Behavior
Recent articles only seem to work after refreshing the page, not when staying within the single page application
Possible Solution
It seems since refreshing works that the serverside cache is properly invalidated in Falcor but maybe not the clientside one? Or maybe the list is never unmounted and therefore doesn't do a new falcor fetch? I'm not 100% sure but I think that's the kind of things to look for
Steps to Reproduce (for bugs)
The text was updated successfully, but these errors were encountered: