You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After looking around quickly, it looks like the Timer type that you got for setTimeout could come from bun's types, while the one I got and that's used at compile time is the @types/node's module one.
Might be good to check that you use the same version of bun as I am, 1.1.17, but otherwise I'm not sure what's wrong.
Just as an additional clue, if the build from scratch was actually failing, our PRs and main branch deployments to Cloudflare Pages would fail too. I'm thus closing the issue and I encourage you to look at your local configuration.
After looking around quickly, it looks like the Timer type that you got for setTimeout could come from bun's types, while the one I got and that's used at compile time is the @types/node's module one.
And how do I change that?
Might be good to check that you use the same version of bun as I am, 1.1.17, but otherwise I'm not sure what's wrong. Just as an additional clue, if the build from scratch was actually failing, our PRs and main branch deployments to Cloudflare Pages would fail too. I'm thus closing the issue and I encourage you to look at your local configuration.
Is that a joke? Two minor versions in just 3 days? But no, the latest version has the same error!
Bug description
Get only this:

How to reproduce
The text was updated successfully, but these errors were encountered: