Dustin J Silk
Dustin J Silk
I would say disabling the prefetch would be the wrong solution. What should happen is that the requests for the link youβre navigating to should be fetched with the highest...
Amazing, looking forward to getting these changes to production soon. Thanks @wmertens
This looks to be solved now with the reproduction repo. I'll get this added to my app this week to see how it performs. Thanks for getting this done, everyone!
It also seems like a second issue is that after setting the response, Qwik refetches the loaders on the page and rerenders which updates the form state which resets the...
Downgrading to 1.5.7 works for now.
Strange, I'm getting this error when upgrading from v1.5.7 to 1.11.0 when running a preview build. ``` serializeQRL: Cannot resolve symbol _hW in null [...source]/src/some-hook.ts QWIK ERROR Code(31) https://github.com/QwikDev/qwik/blob/main/packages/qwik/src/core/error/error.ts#L39 _hW...
Thanks for sharing solutions, this worked for me in the meantime: ```tsx if (isBrowser) throw new Error('...') ```