Async/Await · Issue #489 · storybookjs/storybook
I'm using a vanilla setup of StoryBook with no tweaks to babel. If I use async/await I get an error of: regeneratorRuntime is not defined Typically the babel-polyfill is required to have async/awai...