diff --git a/apps/web/src/components/editor/panels/panel-base-view.tsx b/apps/web/src/components/editor/panels/panel-base-view.tsx index b16d1db6..eec063ec 100644 --- a/apps/web/src/components/editor/panels/panel-base-view.tsx +++ b/apps/web/src/components/editor/panels/panel-base-view.tsx @@ -15,7 +15,7 @@ interface PanelBaseViewProps { content: React.ReactNode; }[]; className?: string; - ref?: React.RefObject; + ref?: React.Ref; } function ViewContent({