-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Caret icon doesn't change state in Validator dialog #391
Conversation
@@ -37,7 +37,7 @@ const Header = styled.div` | |||
const CaretIcon = styled(CaretRightIcon)` | |||
transform: rotate(0deg); | |||
|
|||
[data-state='open'] & { | |||
button[data-state='open'] & { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since there's a dialog with data-state="open"
, this was always true
@@ -10,7 +10,6 @@ import { useDeepCompareEffect } from 'react-use' | |||
interface WebLogViewProps { | |||
requests: ProxyDataWithMatches[] | |||
groups?: GroupType[] | |||
activeGroup?: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused prop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Closes #321
How to Test
Screenshots (if appropriate):