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 f304614 commit ffa4c6bCopy full SHA for ffa4c6b
data-browser/src/components/Details/index.tsx
@@ -24,7 +24,6 @@ export function Details({
24
const [isOpen, setIsOpen] = React.useState(initialState);
25
26
useEffect(() => {
27
- console.log('opening details');
28
setIsOpen(open);
29
}, [open]);
30
0 commit comments