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 dd82bcd commit 96fe146Copy full SHA for 96fe146
1 file changed
packages/devtools/src/devtools.tsx
@@ -123,10 +123,10 @@ export default function DevTools() {
123
run()
124
125
if (typeof window !== 'undefined') {
126
- ; (pip().pipWindow ?? window).addEventListener('resize', run)
+ ;(pip().pipWindow ?? window).addEventListener('resize', run)
127
128
return () => {
129
- ; (pip().pipWindow ?? window).removeEventListener('resize', run)
+ ;(pip().pipWindow ?? window).removeEventListener('resize', run)
130
if (rootEl()?.parentElement && typeof previousValue === 'string') {
131
setRootEl((prev) => {
132
// prev!.parentElement!.style.paddingBottom = previousValue
0 commit comments