We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 098cfea + 9c45e12 commit 904a9e8Copy full SHA for 904a9e8
components/Editor/Header.tsx
@@ -37,6 +37,7 @@ const EditorHeader = ({ codeType, onCodeTypeChange }: Props) => {
37
isSearchable={false}
38
classNamePrefix="select"
39
menuPlacement="auto"
40
+ instanceId="headerSelect"
41
/>
42
</div>
43
components/ui/Button.tsx
@@ -66,6 +66,7 @@ export const Button: React.FC<Props> = ({
66
className="tooltip"
67
id={tooltipIdPrefixed}
68
effect="solid"
69
+ uuid="buttonTooltip" // see https://github.com/ReactTooltip/react-tooltip/issues/587#issuecomment-619675399
70
71
)}
72
</button>
0 commit comments