Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add regenerator runtime #13

Merged
merged 1 commit into from
Nov 20, 2020
Merged

fix: add regenerator runtime #13

merged 1 commit into from
Nov 20, 2020

Conversation

VictorVelarde
Copy link
Contributor

@VictorVelarde VictorVelarde commented Nov 20, 2020

This avoids 'regeneratorRuntime' errors on client applications, like this error running cra - sample app:

oauthSlice.js:70 Uncaught ReferenceError: regeneratorRuntime is not defined
    at eval (oauthSlice.js:70)
    at eval (oauthSlice.js:103)
    at Object.srcReduxOauthSliceJs [as ./src/redux/oauthSlice.js] (index.js:112)
    at __webpack_require__ (index.js:284)
    at eval (OAuthLogin.js:14)
    at Object.srcOauthOAuthLoginJs [as ./src/oauth/OAuthLogin.js] (index.js:47)
    at __webpack_require__ (index.js:284)
    at eval (index.js:8)
    at Object.srcOauthIndexJs [as ./src/oauth/index.js] (index.js:63)
    at __webpack_require__ (index.js:284)

@VictorVelarde VictorVelarde marked this pull request as draft November 20, 2020 18:36
@VictorVelarde VictorVelarde marked this pull request as ready for review November 20, 2020 18:58
@alasarr alasarr merged commit 710494e into develop Nov 20, 2020
@alasarr alasarr deleted the fix-regenerator-issue branch November 20, 2020 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants