Skip to content

Commit 904a9e8

Browse files
authoredFeb 29, 2024··
Merge pull request #75 from matthieuauger/fix-dangerously-error
[fix] fix dangerously error on landing
2 parents 098cfea + 9c45e12 commit 904a9e8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎components/Editor/Header.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const EditorHeader = ({ codeType, onCodeTypeChange }: Props) => {
3737
isSearchable={false}
3838
classNamePrefix="select"
3939
menuPlacement="auto"
40+
instanceId="headerSelect"
4041
/>
4142
</div>
4243
</div>

‎components/ui/Button.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const Button: React.FC<Props> = ({
6666
className="tooltip"
6767
id={tooltipIdPrefixed}
6868
effect="solid"
69+
uuid="buttonTooltip" // see https://github.com/ReactTooltip/react-tooltip/issues/587#issuecomment-619675399
6970
/>
7071
)}
7172
</button>

0 commit comments

Comments
 (0)
Please sign in to comment.