-
Notifications
You must be signed in to change notification settings - Fork 238
chore(components): replace vendored drawer with lg dependency #7289
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
chore(components): replace vendored drawer with lg dependency #7289
Conversation
}, | ||
|
||
// drawer content > title content | ||
'& > div:nth-child(2) > div:nth-child(2) > div:first-child > div:first-child > div:first-child > div:first-child': |
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.
🤣
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.
Yeah, I'll report this one to leafygreen, and we don't have enough control there to target this otherwise unfortunately (has is still very nice for this, but breaks jsdom)
Hmmm, probably broke some selectors |
Nope, not selectors, actually broken behavior shows up in e2e, will investigate |
b9f1dfa
to
92af9ee
Compare
92af9ee
to
793b817
Compare
Okay, finally figured it out, this should now pass all e2e |
All the fixes required for us to switch landed on the leafygreen side, so we can drop the vendored code. There are no visual differences, but just in case screenshots from this branch: