Benjamin Beret
Benjamin Beret
### Issue Description When using `useFragment`, I'm expecting some sort of error or warning if I try to read an object with a `null` or `undefined` id. ```typescript useFragment({ from:...
Corepack appears to be the emerging tool to pin a specific package manager version. Corepack is now distributed with node, and uses the `package.json#packageManager` field : https://nodejs.org/api/packages.html#packagemanager This PR adds...
I'm using deck.gl with `@loaders.gl/mvt` for an internal app, in an offline/airgapped environment. Browsers are not connected to the internet and can't load the worker bundle from unpkg.com. I used...
**Description** - Node.js version: 22.8.0 - Gitbeaker version: 40.3.0 - Gitbeaker release (cli, rest, core, requester-utils): rest - OS & version: Linux Basically, a missing overload/case regarding `Issues.all()`.  **Steps...
The typescript definitions for all 4 metric classes only include methods. This PR adds properties in the typescript definitions to the 4 metric classes, which come from the abstract `Metric`...
## Context What's your version of `nuqs`? ``` "nuqs": "2.8.2", ``` What framework are you using? - ❌ Next.js (app router) - ❌ Next.js (pages router) - ✅ React SPA...