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
There are a number of asynchronous functions that cause a cascading effect of many functions in the API to be asynchronous. This is not good and can be avoided. Refactor the functions that are async only to await on file loading.