Carlos González
Carlos González
@encima i also saw you added the self-hosted tag and this is not the case. i clearly state in the title this is about a "local development" setup issue. i...
Setting an initial value works: ```ts const nodeRef = useRef({} as any); ```
After changing it to use `process.on` and running Node.js 21.7.0, I see two calls to the process.on handler: ```bash ❯ rm -f node_trace.1.log && rm -rf .clinic && npx clinic...
The `nodeRef` solution does not work when actually using React 19. More info [here](https://github.com/react-grid-layout/react-draggable/issues/779).
> > The `nodeRef` solution does not work when actually using React 19. More info [here](https://github.com/react-grid-layout/react-draggable/issues/779). > > It works, you need to type it like @SValentyn comment mentioned It's...