PatrickJS

Results 280 comments of PatrickJS

shouldn't we follow the same pattern as `Form` and provide an `Input` which has more qwik helpers but if you wanted you still can use the native version

`Form` is confusing too I made some effort to fix it but it needs to be slightly reworked

The issue is that Qwik is optimized for the web, unlike web-components. It’s ironic, considering β€œweb” is in the name of web-components. Qwik only needs to download code that the...

conversation from the other thread ![image](https://github.com/BuilderIO/qwik/assets/1016365/1db80b91-69e1-4330-acb1-cf4f3f13bd36)

yes, this is only temporary until we track down each error and fix them. The error itself is triggered more often by other errors (which we need to correctly capture)

What's the reproduction? Is it just new qwik app 1.5.5 and open dev mode in Firefox

@JerryWu1234 do you have time to look into this bug?

we have asynclocalstorage now for requestEvent maybe we need to update tryGetInvokeContext with it too

can you make a PR