Juliusz Kościołek
Juliusz Kościołek
I've got a CRA app that's using ky and is tested via Jest. I've added to package.json the following to avoid the ESM error while testing, as advised in another...
The following features are added: * Control individual borders * Provide custom border styles Looks like this:  ```ts const Example = () => ( I have a custom border....
Currently two listeners aren't ever being removed. In certain Storybook setups, this causes a leak, and the "Trying to setState in an unmounted component" exception, as the JSX component instance...
### Basic info: - **Node.js version:** 16.14.2 - **jsdom version:** 20.0.0 ### Minimal reproduction case The click will not be fired on the `input` element. ```js const { JSDOM }...
**Current behavior:** ```tsx const Div = styled.div` background-color: red; `; // ... return ``` The className passed to `Div` does not override `styled.div` styles. ```html hello ```  I couldn't...
Databases for all configuration names are created here: https://github.com/AxaFrance/react-oidc/blob/3e535c94dc57d59956498bfa0ca9536106039bda/packages/react/service_worker/OidcServiceWorker.ts#L288 Before a database is created, there's a check whether it already exists: https://github.com/AxaFrance/react-oidc/blob/3e535c94dc57d59956498bfa0ca9536106039bda/packages/react/service_worker/OidcServiceWorker.ts#L282 But the `default` database exists since the start:...
just an exploratory PR, feel free to close it at will
**What kind of change does this PR introduce?** Fix **Did you add tests for your changes?** A temporary failed case so far I made this test under a temp name,...
**Describe the bug** Version: 23.0.0 Calling `namedExport.remove()` on the last named export in a declaration inserts an `export * from 'module';` , instead of removing the declaration. **To Reproduce** ```ts...
[Fleek](https://github.com/ublue-os/fleek) is deprecated now. It probably should be removed from [the docs](https://www.jetify.com/devbox/docs/devbox_global/#using-fleek-with-devbox-global)