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
In old time, we had a lot of this.updateInfo() calls in created()/mounted() hook of some pages
We have migrated to middleware approach for fetching user info now, these update calls should be reviewed to see if they are really unnecessary
The text was updated successfully, but these errors were encountered:
In old time, we had a lot of
this.updateInfo()
calls increated()
/mounted()
hook of some pagesWe have migrated to middleware approach for fetching user info now, these update calls should be reviewed to see if they are really unnecessary
The text was updated successfully, but these errors were encountered: