llamacoder
llamacoder copied to clipboard
Something went wrong
Something went wrong
Cannot assign to read only property 'message' of object 'SyntaxError: /App.tsx: Unterminated string constant. (262:24)
260 | value={otherIndications} 261 | onChange={handleOtherIndicationsChange}
262 | className="block w | ^'
To fix this add a quote after "block w. It should look like this -> className="block w".
Also, as a suggestion if you run into an error, just paste it into the make changes input box and it should be fixed.