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 04dc915 commit bad2dcaCopy full SHA for bad2dca
lib/ui/select.js
@@ -32,7 +32,7 @@ const Select = ({
32
variable
33
}) => {
34
const [hover, setHover] = useState(false);
35
- const [id, setId] = useState(0);
+ let id = 0;
36
37
return (
38
<>
0 commit comments