-
Notifications
You must be signed in to change notification settings - Fork 75
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
Annoying Error in console #640
Comments
I have the same problem. |
Hello, I was encountering the same thing and could not continue the challenges. So I tried few things and for me, it helped when I deleted line 18 from App.js (console.log(JSON.stringify(notes[0].body))) I suspect that this is the issue with Scrimba "sandbox" way of working. Let me know if removing line 18 helped you. Thanks |
Hello All! I am having this issue as well but way earlier in the course. I just started custom components and am using my own scrim so I can practice with React18. When I test my code on codesandbox it works fine but on scrimba it returns unknown errors. I tried clearing my localStorage as advised above but am still not getting anything. Other suggestions or feedback would be appreciated. |
i have the same problem. |
Hey All! I ended up just using codesandbox. Another benefit is that with that, you can connect it to GitHub and save your commits. This has been really useful for note-taking and tracking certain concepts. Doesn't solve everyone's issue but it has worked for me. |
This issue still exists... |
it's still happening for me... |
still exists. Work around is to add manually dependencies opeanai@4.14.2 |
Do you mean openai? Do you need to import it somewhere? |
in the last module of the free react course in chapters 8, 9, and even more of the notes app, it always gets me that error in the console and it does not appear to the teacher why?
The text was updated successfully, but these errors were encountered: