Chris Woolum
Chris Woolum
``` System: OS: Windows 10 10.0.22631 CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz Memory: 16.59 GB / 31.70 GB Binaries: Node: 18.17.1 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.19 -...
I think it's a problem with the Qwik compiler. I had built a form into a component and reused it across create/update routes. When it's in a component, it throws...
Based on the docs, it might just make more sense to pass in the retrieved object rather than the routeLoader
I'll see if I think of anything while I'm building this out. I'm really new to Qwik so I'm still trying to learn a lot 🙂
I think the dot notation makes discovery much better. I really like the idea of supporting both syntaxes so more advanced users can only import the components they need for...
@maiieul , I believe you fixed this in https://github.com/qwikifiers/qwik-ui/pull/605 with `useOnWindow('resize', context.getContentDimensions$);`. Can you confirm if this is still a problem for you?
I have a working implementation of chunking. I can wait until the current code is up streamed though to PR it to avoid too much more churn.
Sorry, yes! At this time, it always assumes that the MTU is 22 but it can be modified in the future to take MTU update events into account.
Well, the other issue is that I can't use the latest version of this package due to versioning issues breaking me locally in #17 . I want to have everything...
Transferring this to the JS team which will be able to handle this feature request.