-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Migrate Drawer, ErrorDisplay, and FeaturedJobItem components to typescript #1804
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
<div | ||
className={classNames( | ||
className, | ||
'hidden lg:block transition-all ease-in-out duration-1000 fixed top-0 bottom-0 overflow-hidden width-full z-[2]', |
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.
'hidden lg:block transition-all ease-in-out duration-1000 fixed top-0 bottom-0 overflow-hidden width-full z-[2]', | |
'hidden lg:block transition-all ease-in-out duration-1000 fixed top-0 bottom-0 overflow-hidden width-full z-[2]', |
same
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 doesn't appear to be a change in the suggestion. Am I missing a tiny detail?
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.
Ahhhh... I actually did see it, but didn't know what it was. This is merged, should I make that change in one of the other branches I am working?
Code Climate has analyzed commit cc8587d and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (90% is the threshold). This pull request will bring the total coverage in the repository to 80.3%. View more on Code Climate. |
Passing run #4669 ↗︎
Details:
Review all test suite changes for PR #1804 ↗︎ |
Description of changes
Migrated the following components to Typescript, removed prop-types, and added a props type:
Drawer
ErrorDisplay
FeaturedJobItem
Migrating components included all test and storybook files for each.
Issue Resolved
Fixes #NA
Screenshots/GIFs
All new
.tsx
files