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 24413b7 commit 9f79d04Copy full SHA for 9f79d04
src/devtools/devtools.tsx
@@ -147,7 +147,6 @@ export function ReactQueryDevtools({
147
148
const run = () => {
149
const containerHeight = panelRef.current?.getBoundingClientRect().height
150
- console.log(containerHeight)
151
rootRef.current.parentElement.style.paddingBottom = `${containerHeight}px`
152
}
153
0 commit comments