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.
2 parents 8fe8028 + 7f9cc1f commit 752f10dCopy full SHA for 752f10d
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