[Solved] React async/await API call failed. ReferenceError: regeneratorRuntime is not defined Babel 6
This error is caused when async/await functions are used without the proper Babel plugins. So install @babel/plugin-transform-runtime by typing in the command line