mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-29 01:44:25 +01:00
chore: upgrade to react@19 (#9182)
This commit is contained in:
@@ -10,7 +10,6 @@ type StackProps = {
|
||||
justifyContent?: "center" | "space-around" | "space-between";
|
||||
className?: string | boolean;
|
||||
style?: React.CSSProperties;
|
||||
ref: React.RefObject<HTMLDivElement>;
|
||||
};
|
||||
|
||||
const RowStack = forwardRef(
|
||||
|
||||
Reference in New Issue
Block a user