-
Notifications
You must be signed in to change notification settings - Fork 262
Description
Describe the bug
I have seen this a couple of times when switching from Bolt to StackBlitz. I just kind of ignore it and run "npm run dev" and everything seems to then work fine.
❯ npm install && npm run dev
added 293 packages in 6s
68 packages are looking for funding
run npm fund for details
[email protected] dev
vite
VITE v5.4.15 ready in 10983 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help
TypeError: t._onTimeout is not a function
at https://vitejsviteohx1kbyc-hgbb.w-credentialless-staticblitz.com/builtins.8cb5228f.js:246:4646
Node.js v18.20.3
Link to the blitz that caused the error
https://stackblitz.com/edit/vitejs-vite-ohx1kbyc?file=README.md
Steps to reproduce
- Update project in Bolt
- "Open in StackBiltz"
- Wait for error to display
- Ignore the error message
- "npm run dev" and continue testing
Expected behavior
I do not expect to see the error :)
It is not hindering my progress, but it is getting annoying to see it all of the time.
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
Platform
Browser name = Chrome
Full version = 134.0.0.0
Major version = 134
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 68850063,
"usedJSHeapSize": 66332811,
"jsHeapSizeLimit": 4294705152
}
Hash = 33edf5bb
Additional context
No response
