Joshua Weber
Joshua Weber
@manucorporat not sure how helpful this is, but I was able to get qwik-react working in prod mode by adjusting this file Using this repo: https://github.com/manucorporat/qwik-conference-app node_modules/@builder.io/qwik-react/lib/server.f07a53ac.js ![Screen Shot 2022-10-12...
> Im running into the same problem. > > Can be reproduced by just running: > > ``` > npm create qwik@latest > ``` > > and > > ```...
> @jweb89 did you get it working? Yes, I can get it working using the this repo(https://github.com/manucorporat/qwik-conference-app), making the changes to `node_modules/@builder.io/qwik-react/lib/server.f07a53ac.js` from my comment earlier and running with `node...
With the updates to qwik-react and from what I understand making qwik-react work with the standard qwik renderToStream I think this issue can probably be closed. I'm able to use...
Awesome, thanks!
We're having the exact same issue in CircleCI. Hangs on last test and ends up timing out but can't reproduce locally.
> @jweb89 After talking with @manucorporat about it , the solution is: > > 1. to update to the latest qwik version > 2. to add `vendorRoots: []` to the...
Just leaving a comment here that this is something I really think needs to be prioritized. It's a very poor developer experience when working on something that requires state in...
@manucorporat Sorry for the ping but I still think this should be a priority. It is probably the single biggest thing as far as DX that would be holding qwik...
@manucorporat This is not completed. It's still doing a full reload and state is not persevered. https://stackblitz.com/edit/qwik-starter-ev2u7i?file=src%2Froutes%2Findex.tsx If you save the file it loses the count