I keep getting this error message, I’m wondering how I get rid of it and keep working on my prototype? Unexpected token. Did you mean {'>'}
or >
? > const renderEligibility = () => ( > ^ at module code (/app/page)
The “Fix in v0” button should take care of syntax errors like this, but otherwise you can go into the code directly and correct it
I usually look for where the highlighting stops working, although in this case it’s pointed out the specific line where the issue is so you can use CMD+F to find it directly