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 8637559 commit c8d7092Copy full SHA for c8d7092
src/components/platformSelector/index.tsx
@@ -2,7 +2,6 @@
2
import {
3
Fragment,
4
Ref,
5
- startTransition,
6
useEffect,
7
useMemo,
8
useRef,
@@ -151,7 +150,7 @@ export function PlatformSelector({
151
150
open={open}
152
setOpen={setOpen}
153
includesBaseElement={false}
154
- setValue={v => startTransition(() => setSearchValue(v))}
+ setValue={setSearchValue}
155
>
156
<RadixSelect.Trigger aria-label="Platform" className={styles.select}>
157
<RadixSelect.Value placeholder="Choose your SDK" />
0 commit comments