Results 440 comments of Jack Works

still not stale, can you reopen this? thanks!

> @Jack-Works have you tried the devtools in v5 ? can I use it with react-query v4?

hello @TkDodo I think this is not fixed in v5. A transitive dependency `node_modules/.pnpm/[email protected][email protected]/node_modules/goober/dist/goober.modern.js` does not work with trustedTypes.

> can you show a reproduction please Yes! By adding this to the HTML you can reproduce this. (Note only Chrome supports Trusted Types for now) ```html ``` If you...

This is a problem on our side. We ships `.zip` artifacts, but it will be zip twice. If we ship folders directly, it will have 4000+ files each CI run...

> What is the status of this? Is it fixed by our recent no-eval support? can you give an example of how to use it?

Let me see, this repo was initially created and maintained by @septs, but she's quitting my org so she's no longer a delegate of tc39. Let me try if I...

oh... I don't have push permission to this repo...

I have improved the "notes" section. e.g. For Temporal proposal, before: ```json "notes": [{ "date": "2021-12-14T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-14.md#temporal-update" }], ``` now: ```json "notes": [ { "date": "2021-12-14T00:00:00.000Z", "url": "https://github.com/tc39/notes/blob/HEAD/meetings/2021-12/dec-14.md#temporal-update" },...

> `await all ` Then you get the syntax ambiguity ``` await all (expr) ``` Means `await all` `(expr)` or `await` `all(expr)`?