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.
1 parent 20e01d6 commit f02c24dCopy full SHA for f02c24d
tests/BaseSelect.test.tsx
@@ -1,6 +1,6 @@
1
import type { OptionListProps, RefOptionListProps } from '@/OptionList';
2
import { fireEvent, render } from '@testing-library/react';
3
-import { forwardRef, act, useState } from 'react';
+import { forwardRef, act } from 'react';
4
import BaseSelect from '../src/BaseSelect';
5
6
const OptionList = forwardRef<RefOptionListProps, OptionListProps>(() => (
0 commit comments