Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript React Basics (2018) First Steps in React Create a React Element

Getting an error when trying to see what is printed in the console

I get this error when I look at the console:

react.development.js:2337 [Deprecation] SharedArrayBuffer will require cross-origin isolation as of M91, around May 2021. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details. (anonymous) @ react.development.js:2337 app.js:3 Uncaught SyntaxError: missing ) after argument list index.html:42 Live reload enabled.

anyone know what's wrong?

1 Answer

Hi Jason!

Not sure, but I suspect this is at the heart of your error:

Uncaught SyntaxError: missing ) after argument list index.html:42

It seems you are missing a closing paren...

Start looking at line 42 of index.html...

I hope that helps.

Stay safe and happy coding!