Rostero
Rostero
Current definition is ``` type Dispatch = DispatchAPI; ``` Would this be better as ``` type Dispatch = DispatchAPI; ``` It'd still allow for tagged literals ``` type Action =...
Steps to reproduce: 1. Make a successful request 2. Take graphql server offline 3. Make a new request 4. We get an error now. 5. Take graphql server online 6....
`useLocalStorage` will call `window.dispatchEvent(new Event("local-storage"))`. Then there's ``` const onStorageChange = React.useEffectEvent((event) => { if (event?.key && event.key !== key) { return; } setLocalState(readValue()); }); React.useEffect(() => { window.addEventListener("storage", onStorageChange);...
Add support for `transjuxt` that'd behave similar to: ``` (def data [{:name "pete" :supply 1} {:name "pete" :supply 2} {:name "john" :supply 2} {:name "sara" :supply 1} {:name "jane" :supply...
### What problem are you trying to solve? It's not possible to load an icon from a different origin with the following headers: ``` Cross-Origin-Embedder-Policy: require-corp Cross-Origin-Opener-Policy: same-origin ``` ###...
### XState version XState version 5 ### Description In the code below, `thing` is allowed in the `RUN` transition. If you remove the `actions: 'doAction'` then it will properly catch...
### Provide a general summary of the issue here Once the column resizer gains focus it will not let go of that focus and you can't tab or use your...
**Is your feature request related to a problem? Please describe.** Discord chat has a concept of an anchor. If a user scrolls up to a message it will set one...
**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. Go to the submenu demo using mobile dimensions. 2. Click on the theme submenu. 3. Click on a different...