Kyle Tate
Kyle Tate
Same here, this created random pass/fail effects in my test suite
The current approach won't work, from https://github.com/facebook/react/issues/17526 ``` The result is then cached. This cache is “append-only”: once we put the fetched data into the cache, we never mutate or...
I am also running in to this issue; any updates?
I applied this patch to fix it: ``` diff --git a/dist/client.js b/dist/client.js index 9fb7f6872cf00ed558d4def3f5f45bf4176a4132..7791551adc136962d4c61a04ef21775fda84ec82 100644 --- a/dist/client.js +++ b/dist/client.js @@ -1967,7 +1967,9 @@ export class Client { async *listFeedback({ runIds,...
re-opening this in https://github.com/Shopify/cli/pull/6286
@mcollina any thoughts on this?