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
{{ message }}
This repository was archived by the owner on Jul 12, 2022. It is now read-only.
Currently when any http requests go through axios things are recreated from scratch every single time. It'd be good if these axios instances could be sharer per environment so that i.e. in future it'd be easier to support things like proxy settings, etc.