File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
/* eslint-disable jsx-a11y/click-events-have-key-events */
3
3
import { TooltipController as Tooltip } from 'components/TooltipController'
4
4
import type { IPosition , TooltipRefProps } from 'components/Tooltip/TooltipTypes.d'
5
- import type React from 'react'
6
- import { useEffect , useRef , useState } from 'react'
5
+ import React , { useEffect , useRef , useState } from 'react'
7
6
import { inline , offset } from '@floating-ui/dom'
8
7
import styles from './styles.module.css'
9
8
@@ -107,10 +106,10 @@ function App() {
107
106
>
108
107
Anchor select
109
108
</ button >
110
- < button type = "button" type = "button" data-tooltip-id = "anchor-select" >
109
+ < button type = "button" data-tooltip-id = "anchor-select" >
111
110
Anchor select 2
112
111
</ button >
113
- < button type = "button" type = "button" data-tooltip-id = "anchor-select" >
112
+ < button type = "button" data-tooltip-id = "anchor-select" >
114
113
Anchor select 3
115
114
</ button >
116
115
</ p >
You can’t perform that action at this time.
0 commit comments