alissawix
alissawix
[sandbox](https://codesandbox.io/p/devbox/react-virtuoso-with-radix-ui-scrollarea-forked-lcphr8?file=%2FApp.jsx) example with `react-window` partial code : ``` {Row} ```
I'm having a very similar issue with an iframe ``` webPreferences: { nodeIntegration: true, contextIsolation: false, nodeIntegrationInSubFrames: true, }, ``` the error I get is the same : `electron_node\src\api\callback.cc:74: Assertion...
I think that making Slot a generic would be nice ``` type SlotPropsGeneric = Attr & { children?: React.ReactNode; }; type ElementAttributes = El extends HTMLInputElement ? React.InputHTMLAttributes : React.HTMLAttributes;...
can be implemented with a toggle group I think