I've asked to fix the issue for me and when it fixes the issue it creates another issue.
For example: I asked to fix the conversational form which is suppose to provide recommendations at the end and when it fixes that the following error keeps showing up. Then I ask to fix that and the issue with the recommendations shows up again.
[plugin:vite:esbuild] Transform failed with 1 error:
/home/project/src/data/hvacData.ts:4:25: ERROR: Expected ";" but found ":"
/home/project/src/data/hvacData.ts:4:25
Expected ";" but found ":"
2 |
3 | recommendations: {
4 | "Single Split System": [
| ^
5 | {
6 | id: "ss1",
Describe the bug
I've asked to fix the issue for me and when it fixes the issue it creates another issue. For example: I asked to fix the conversational form which is suppose to provide recommendations at the end and when it fixes that the following error keeps showing up. Then I ask to fix that and the issue with the recommendations shows up again.
[plugin:vite:esbuild] Transform failed with 1 error: /home/project/src/data/hvacData.ts:4:25: ERROR: Expected ";" but found ":" /home/project/src/data/hvacData.ts:4:25 Expected ";" but found ":" 2 |
3 | recommendations: { 4 | "Single Split System": [ | ^ 5 | { 6 | id: "ss1",
Link to the Bolt URL that caused the error
https://bolt.new/~/sb1-ahhys4?utm_campaign=stackblitz-on-page&utm_source=web-app&utm_medium=nav-button
Steps to reproduce
Expected behavior
At the end of the form it's suppose to allow submit and get recommendations
Screen Recording / Screenshot
No response
Platform
Additional context
No response