samdenty / console-feed

Captures console.log's into a React Component 🔥
https://stackblitz.com/~/github.com/samdenty/console-feed
MIT License
670 stars 109 forks source link

Fixing the regeneratorRuntime error and React.memo error #54

Closed RealPeha closed 4 years ago

RealPeha commented 4 years ago

When I ran version 3.1.0 (in codesandbox.io), I encountered the following error, which was pointing to React.memo: image

After I updated react and react-dom I got this error: image

And after that, I updated the react-inspector version and it worked :)