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
Currently, the constructor makes an http request to get config data. This happens every time the constructor is called. We should cache this information on first use, and use the cached config from then on.
Currently, the constructor makes an http request to get config data. This happens every time the constructor is called. We should cache this information on first use, and use the cached config from then on.