You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The padding of the parent element is reset with inline style when devtools is opened.
The inline style remains after closed devtools, so original padding specified with non-inline style of parent element is not applied.
Describe the bug
The padding of the parent element is reset with inline style when devtools is opened.
The inline style remains after closed devtools, so original padding specified with non-inline style of parent element is not applied.
Your minimal, reproducible example
https://codesandbox.io/s/async-sky-5ibueo?file=/index.html
Steps to reproduce
Expected behavior
No padding remains for resetting and the original padding is applied.
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
All
react-query version
4.14.5
TypeScript version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: