chore: upgrade to react@19 (#9182)

This commit is contained in:
David Luzar
2025-02-25 19:18:42 +01:00
committed by GitHub
parent 9ee0b8ffcb
commit 31e8476c78
58 changed files with 2773 additions and 2827 deletions
@@ -17,7 +17,7 @@ import { isRenderThrottlingEnabled } from "../../reactUtils";
import { renderInteractiveScene } from "../../renderer/interactiveScene";
type InteractiveCanvasProps = {
containerRef: React.RefObject<HTMLDivElement>;
containerRef: React.RefObject<HTMLDivElement | null>;
canvas: HTMLCanvasElement | null;
elementsMap: RenderableElementsMap;
visibleElements: readonly NonDeletedExcalidrawElement[];