Skip to content

Commit 1b5efe3

Browse files
committed
feat: remove contentAttributes
1 parent fffedfa commit 1b5efe3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/avatar/internal.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,8 @@ export default function InternalAvatar({
107107
{showTooltip && tooltipText && (
108108
<Tooltip
109109
className={styles.tooltip}
110-
content={tooltipText}
111-
getTrack={() => handleRef.current}
112-
onEscape={() => setShowTooltip(false)}
110+
value={tooltipText}
111+
trackRef={handleRef}}
113112
/>
114113
)}
115114

0 commit comments

Comments
 (0)