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
As you can see from the screenshot, after we updated the var filterSortingDataLoading, it actually took a few rounds for it to get updated to the component, in this particular case, the API has already returned by the time the watched filterSortingDataLoading reacts.
Since we are using this for loading status and conditionally render view, we are thinking if we can make it faster.
The text was updated successfully, but these errors were encountered:
As you can see from the screenshot, after we updated the var
filterSortingDataLoading
, it actually took a few rounds for it to get updated to the component, in this particular case, the API has already returned by the time the watchedfilterSortingDataLoading
reacts.Since we are using this for
loading
status and conditionally render view, we are thinking if we can make it faster.The text was updated successfully, but these errors were encountered: