llamacoder icon indicating copy to clipboard operation
llamacoder copied to clipboard

Something went wrong

Open desy0305 opened this issue 1 year ago • 1 comments

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 | ^'

desy0305 avatar Aug 04 '24 11:08 desy0305

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.

namanbnsl avatar Aug 16 '24 05:08 namanbnsl