Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasted 2m token on the same problem #3049

Open
EzazBradford opened this issue Nov 23, 2024 · 0 comments
Open

wasted 2m token on the same problem #3049

EzazBradford opened this issue Nov 23, 2024 · 0 comments

Comments

@EzazBradford
Copy link

Describe the bug

components/quote/system-comparison.tsx (96:37) @ find

94 | // Add hard drive costs if selected
95 | if (selectedHardDrive !== "none") {

96 | const hardDrive = hardDrives.find(hdd => hdd.id === selectedHardDrive)
| ^
97 | if (hardDrive) {
98 | totalCostPrice += hardDrive.costPrice
99 | totalPrice += hardDrive.price

Link to the Bolt URL that caused the error

https://bolt.new/~/bolt-nextjs-shadcn-59vq9m

Steps to reproduce

wasted 2m token to reslove it deleted the whole section and tried again still noluck

Expected behavior

to fix this problem

Screen Recording / Screenshot

No response

Platform

Browser name = Chrome
Full version = 130.0.0.0
Major version = 130
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 232734717,
  "usedJSHeapSize": 229858225,
  "jsHeapSizeLimit": 4294705152
}
Username = EzazBradford
Chat ID = 67eb9f039019

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant