question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uncaught ReferenceError: regeneratorRuntime is not defined

See original GitHub issue

Hello,

It’s 3 days i’m spending time to find the right solution for my app’s form. I just found your react-advanced-form library and like the concept which seems to fit exactly what i’m looking for.

Unfortunately, I can’t make it work. I have this error in console:

Uncaught ReferenceError: regeneratorRuntime is not defined
    at index.js:1
    at Object.<anonymous> (index.js:1)
    at __webpack_require__ (index.js:1)
    at Object.<anonymous> (index.js:1)
    at __webpack_require__ (index.js:1)
    at Object.<anonymous> (index.js:1)
    at __webpack_require__ (index.js:1)
    at Object.<anonymous> (index.js:1)
    at __webpack_require__ (index.js:1)
    at Object.<anonymous> (index.js:1)
    at __webpack_require__ (index.js:1)
    at index.js:1
    at index.js:1
    at ./node_modules/react-advanced-form/lib/index.js (index.js:1)
    at Object../node_modules/react-advanced-form/lib/index.js (index.js:1)

I’ve required dependencies installed: react @ 16.2.0 immutable @ 3.8.2

Anyone have an idea ?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jonasdumascommented, Dec 26, 2017

Hello @kettanaito Thank you for your answers. I spents few hours today to study and implement your solution. I could make it work easily thanks to your remarks. You did an amazing work. It’s exactly what I was expected from a validation form system. I’ve tested a lot before and your one is the number one for many reasons!

I got 3 other questions/requests but I’ll open new issues to make research easier for futur users.

0reactions
kettanaitocommented, Dec 24, 2017

Opened a dedicated issue to handle this regenerator runtime situation: https://github.com/kettanaito/react-advanced-form/issues/122.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix regeneratorRuntime is not defined?
I have ran into a problem, the error is regeneratorRuntime is not defined while working with React and Parcel bundler.
Read more >
Babel 6 regeneratorRuntime is not defined - Stack Overflow
I did not need babel-runtime to get async await working. Is that correct? Edit: I'm running the code server side. :) – GijsjanB....
Read more >
ReferenceError regeneratorRuntime is not defined · Issue #9849
I'm building an SSR template, and when I use @babebl/register and then execute webpack (config), the system reported an error.
Read more >
Parcel, how to fix the `regeneratorRuntime is not defined` error
I run into this problem in a project using Babel as soon as I added an async function, but the problem is the...
Read more >
Blank Admin Page: regeneratorRuntime is not defined (babel?)
First, locate the file To fix this, open the file ./node_modules/@strapi/admin/admin/src/index.js and add the following line at the top of the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found