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 34ca0da commit 324d958Copy full SHA for 324d958
packages/connect-react/src/components/ControlSelect.tsx
@@ -63,7 +63,6 @@ export function ControlSelect<T>({
63
};
64
65
const selectValue = useMemo(() => {
66
- console.log("rawValue: ", rawValue)
67
let ret = rawValue;
68
if (ret != null) {
69
if (Array.isArray(ret)) {
0 commit comments