Skip to content

Commit

Permalink
fix: add back FieldPresenceWithOverlay export (#7263)
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Jul 29, 2024
1 parent 5031cef commit b9785f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/sanity/src/core/presence/FieldPresence.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ export function FieldPresence(props: FieldPresenceProps) {
</PresenceTooltip>
)
}

/**
* @internal
* @hidden
* @deprecated Use `FieldPresence` instead
*/
export const FieldPresenceWithOverlay = FieldPresence

0 comments on commit b9785f0

Please sign in to comment.