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
createSoundTouchNode.js:301 Uncaught (in promise) ReferenceError: regeneratorRuntime is not defined
at createSoundTouchNode.js:301:5
at createSoundTouchNode.js:18:6
at createSoundTouchNode2 (createSoundTouchNode.js:18:6)
at newShifter (PlayerStore.ts:280:23)
at onLoad (PlayerStore.ts:296:7)
(
I needed to
npm install --save regenerator-runtime
and add
import regeneratorRuntime from 'regenerator-runtime'
somewhere in my code.The text was updated successfully, but these errors were encountered: