stil
stil
Context: https://github.com/emotion-js/emotion/issues/3257
I cloned `emotion-js/emotion` and tried to run `yarn` command to install all dependencies. It fails on linking step due to outdated `parcel` dependency in https://github.com/emotion-js/emotion/blob/main/scripts/benchmarks/package.json#L16C5-L16C23 ``` ➤ YN0000: ┌ Link...
This PR migrates the code to TypeScript. I kept Babel for compilation to keep it small. There were a couple of type mismatches that I believe are bugs: - https://github.com/theKashey/react-focus-lock/blob/master/src/Trap.js#L169...
Can you please clarify the behavior of DENO_CERT env var? https://github.com/denoland/docs/blob/8c523b8813d03a8b9b4e50d4193449b7ac75b368/runtime/reference/env_variables.md?plain=1#L68 I'm unsure what "loads" means here, does it append to the certs from DENO_TLS_CA_STORE or does it replace them?...
I have React Portals that render into separate windows, however `react-scan` is not detecting changes except for parent window. See attached example: https://codesandbox.io/p/sandbox/6tjkd4 Can you advise if it would be...