File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2323 */
2424
2525import fse from 'fs-extra'
26- import { existsSync } from 'fs'
2726import path from 'path'
2827import StyleDictionary from 'style-dictionary'
2928
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ describes: Select
171171 const [selectedOptionId , setSelectedOptionId ] = useState (options[0 ].id )
172172 const [announcement , setAnnouncement ] = useState (null )
173173 const [inputElement , setInputElement ] = useState (null )
174- const inputRef = useRef ()
174+
175175 const focusInput = () => {
176176 inputElement .blur ()
177177 if (inputElement) {
@@ -233,7 +233,6 @@ describes: Select
233233 onRequestHighlightOption= {handleHighlightOption}
234234 onRequestSelectOption= {handleSelectOption}
235235 inputRef= {(el ) => {
236- inputRef .current = el
237236 setInputElement (el)
238237 }}
239238 >
You can’t perform that action at this time.
0 commit comments