Mark Lyck
Mark Lyck
Seems like I spoke too soon. Sometimes it still fails on Run #2 as well with the same unhelpful error. My best guess is that the performance of lighthouse is...
I have a similar problem with using the `logrocket` package. ``` ReferenceError: XMLHttpRequest is not defined ❯ new e evalmachine.:1:77916 ❯ script.onload node_modules/.pnpm/[email protected]/node_modules/logrocket/dist/build.umd.js:3641:27 3639| // causing _LRlogger to be undefined....
any update on this?
I'm running into the same issue :/ have to disable the plugin until this is solved.
@vicary came up with the ideal solution to this problem on Discord. This would be completely solved by adding `operatioName` to the useQuery. like so: ```ts const query = useQuery({...
Having the same issue on macOS Monterey but only with Alfred. If I try to put my M1 Macbook pro to sleep using Alfred the screen goes black and then...
After deleting the app, resetting my Deboot T8+ and setting it up again from scratch, both the app and the commands are now working. But it would still be great...
@edenhaus If an integration times out, I would at minimum expect to see a `success: false` in response to the `call_service` message. in an ideal world, a `success: false`, accompanied...
Im running into the same problem. Can be reproduced by just running: ``` npm create qwik@latest ``` and ``` npm run qwik add qwik-react ``` then run preview with: ```...
@jweb89 did you get it working?