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
I'm not sure if I'm misunderstanding this or not but I think I remember this working a couple of months ago.
When you navigate from Home to Widgets no data is loaded, but when you reload the page it is.
If you navigated here from another page, the data was fetched from the client after the route transition. This uses the decorator method @asyncConnect with the deferred: true flag.
But that does not seem to be the case since no data is loaded.
Is this a bug or am I just misunderstanding what's supposed to be happening.
The text was updated successfully, but these errors were encountered:
I'm not sure if I'm misunderstanding this or not but I think I remember this working a couple of months ago.
When you navigate from Home to Widgets no data is loaded, but when you reload the page it is.
But that does not seem to be the case since no data is loaded.
Is this a bug or am I just misunderstanding what's supposed to be happening.
The text was updated successfully, but these errors were encountered: