Refactor ToolHint to use text prop as text instead of HTML

Currently there is no usage of ToolHint where we are passing HTML
content, so this should not break anything.
This commit is contained in:
ramki-bruno
2025-02-12 18:58:30 +05:30
parent 31c11830a6
commit 3f18272b67

View File

@@ -34,7 +34,7 @@ const ToolHint = ({
<StyledWrapper theme={appliedTheme}>
<ReactToolHint
anchorId={toolhintId}
html={text}
content={text}
className="toolhint"
offset={offset}
place={place}