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 order to use async/await keywords make sure to install babel-polyfill and include it as an entrypoint in webpack.config.js like entrypoint: ['babel-polyfill', './main.ts']