Joe Alden
Joe Alden
**Describe the bug & Expected behavior** As shown [here on Bundlephobia](https://bundlephobia.com/package/[email protected]), the current version of the package results in all of lodash being bundled with it. The "Composition" section on...
With the following example: ```ts import { RequireAtLeastOne } from "type-fest"; type T = RequireAtLeastOne; const getResult = (value: T) => value.a ?? value.b; ``` `getResult` has a return type...
**Describe/explain the bug** On the latest version at the time of writing (`@nivo/[email protected]`), the order of points on a graph seems to be inverted when running on React 17 with...
**What**: Fix the `Environment` TypeScript type. **Why**: #1264 introduced the usage of `environment.Node`, so environments need to have this for Downshift to work correctly. **How**: Adds `Node` to the `Environment`...
https://github.com/sindresorhus/type-fest/pull/431 added the `SetNonNullable` type, which is very similar to a type we use where I work (see https://github.com/sindresorhus/type-fest/issues/228#issuecomment-1136017869), but unlike this type, the one in `type-fest` enforces that the...
Perhaps this would go further that what is wanted from this library, but I think it'd be nice if `JSON.parse` could return a type similar to (or the same as)...
### Housekeeping - [X] I'm sure this issue is _not_ a duplicate ### Icon Type - [X] File Icon - [ ] Folder Icon ### Icon Type - [ ]...
In `@types/styled-components`, the `target` prop of `StyleSheetManager` allows passing a `ShadowRoot` (see [here](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/86953d1148f231c8f1c534e4a718ac4fa7888767/types/styled-components/index.d.ts#L390-L397)). As I'm not familiar with this codebase, I started from the change to `IStyleSheetManager`, then fixed any...
Currently, `zip` only allows passing two lists (via it's two arguments). Lodash allows you to pass an arbitrary number of lists (see https://lodash.com/docs/4.17.15#zip). Is there a reason why `remeda` doesn't...
- `downshift` version: 9.0.6 - `node` version: 20.11.1 - `npm` (or `yarn`) version: Yarn 4.2.2 **Problem description**: I'm getting the following earning: "Failed prop type: The prop `environment.document.activeElement` is marked...