Adam Pancutt

Results 6 comments of Adam Pancutt

No need for JSDoc in `utils.js` right now since those functions aren't typically consumed - [@types/webpack-node-externals](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/webpack-node-externals/index.d.ts) also does not include typings for them so this won't introduce any breaking change....

This is because [@types/webpack-node-externals](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-node-externals) is targeting webpack@4 typings provided by DT, conflicting with webpack@5 which comes shipped with its own typings (see related issues [#51712](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/51712) and [#49755](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/49755)). There doesn't seem...

I'm unable to test since 13.0.4-canary.0 has not been published yet and attempts to install using a github URL fails with `Error: next@https://github.com/vercel/next.js.git#commit=df3ddec1085ad4231cd655b5f99e070db99c0d03: Assertion failed: Unsupported workflow` (Yarn3). This isn't...

I'm unable to replicate this issue in neither CJS nor ESM React envs. Can you share more information about your setup, or reproduction steps? While doing this I did notice...

An alternative workaround that allows you to use the `subtle`, `top-accent` and `left-accent` variants in dark mode while keeping a slightly tinted background based on the `status`: Patch the `useToast()`...