Stops writing code after line 801 #6173
nabeelshams
started this conversation in
General
Replies: 1 comment
-
i have this issue and i gave them the specific line to start from a couple of times, it seemed to work |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a non coder trying to build something with bolt. while writing a .tsx file, bolt stops at line number 801 and finishes response. Due to this the preview gets broken. Here is where it stops:
the preview shows this error:
[plugin:vite:react-babel] /home/project/src/components/CVDetailsForm.tsx: Unterminated string constant. (802:27)
800 | {/* References */}
801 |
I have tried to fix error using the fix error button as well as prompting bolt but to no avail. How can i fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions