Skip to content

Commit

Permalink
fix: support field presence avatars on react 19 (#7308)
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 6, 2024
1 parent 542b07b commit 8d003e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ export const WithIntersection = (props: WithIntersectionProps & HTMLProps<HTMLDi
.subscribe()
return () => subscription.unsubscribe()
}, [io, id, onIntersection])
return <div ref={element} {...rest} />
return <div {...rest} ref={element} />
}

0 comments on commit 8d003e8

Please sign in to comment.