From 8d003e83ee4e1a06f3633c6e2ff55b9fe6df78a2 Mon Sep 17 00:00:00 2001 From: Cody Olsen <81981+stipsan@users.noreply.github.com> Date: Tue, 6 Aug 2024 07:56:41 +0200 Subject: [PATCH] fix: support field presence avatars on react 19 (#7308) --- packages/sanity/src/core/presence/overlay/WithIntersection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sanity/src/core/presence/overlay/WithIntersection.tsx b/packages/sanity/src/core/presence/overlay/WithIntersection.tsx index 34da337ba88..2c292adc8a4 100644 --- a/packages/sanity/src/core/presence/overlay/WithIntersection.tsx +++ b/packages/sanity/src/core/presence/overlay/WithIntersection.tsx @@ -21,5 +21,5 @@ export const WithIntersection = (props: WithIntersectionProps & HTMLProps subscription.unsubscribe() }, [io, id, onIntersection]) - return
+ return
}