We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe8028 commit 7f9cc1fCopy full SHA for 7f9cc1f
src/packages/hint/components/HintsRoot.ts
@@ -76,6 +76,8 @@ export const HintsRoot = ({ hint }: HintsRootProps) => {
76
// hints don't have step numbers
77
showStepNumbers: false,
78
79
+ renderAsHtml: hint.getOption("tooltipRenderAsHtml"),
80
+
81
autoPosition: hint.getOption("autoPosition"),
82
positionPrecedence: hint.getOption("positionPrecedence"),
83
0 commit comments