mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 07:36:00 +01:00
React 19
This commit is contained in:
@@ -354,7 +354,7 @@ const renderItem = ({
|
||||
containerWidthBreakpoint,
|
||||
}: {
|
||||
messageId: string;
|
||||
containerElementRef: React.RefObject<HTMLElement>;
|
||||
containerElementRef: React.RefObject<HTMLElement | null>;
|
||||
containerWidthBreakpoint: WidthBreakpoint;
|
||||
}) => (
|
||||
<TimelineItem
|
||||
|
||||
Reference in New Issue
Block a user