Alex
Alex
A feasible simple way in your component define manager ```typescript const rndManagerRef = useRef({ maxZIndex: "999", prevDraggedNode: null as HTMLElement, prevDraggedNodeZIndex: null as string }); ``` then use this in...
> Yes, this is because logging is delegated to the main process on the last tick of the event loop, but infinite loop prevents us from reaching it. is there...
try this out ```typescript interface CssProps { backgroundColor: "red"; color: "blue"; } type INode = Partial & Partial; function createStyles2(styles: ClassKey): ClassKey { return 1 as any; } const d10...