huseeiin

Results 92 comments of huseeiin

> Thanks for reporting. Cloned your repo and got: > > ```js > ❯ bun run dev > $ bun --bun vite > 12834 | ); > 12835 | }...

I'm getting the same ` was created without expected prop 'form'` error when using `return error(404)`

> I'm getting the same ` was created without expected prop 'form'` error when using `return error(404)` it only happens with `export const ssr = false` though

> Can anyone reproduce this in a fresh project? I can't i got it when i used "plugin:@typescript-eslint/strict-type-checked"

and also i got an insane amount of errors from using this config, mainly the issue above and all variables that are correctly typed by sveltekit are `any` according to...

also present in astro

> @n0099 @huseeiin Released builds of Node 14, Node 16, and 18 for Windows 7+ > > https://github.com/Alex313031/node14-win7/releases https://github.com/Alex313031/node16-win7/releases https://github.com/Alex313031/node18-win7/releases Huge! thanks. Node 20?

> @huseeiin Node 20 requires alot more work to patch for windows 7. It also doesn't really make sense. There aren't any projects out there that I am aware of...

this is not an issue in bun. you cannot use connect middleware directly with `Bun.serve`. you should use `express` or `polka` or `fastify` with `@fastify/middie`