-
-
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
Convert Alert, Accordion, and Button components to Typescript #1800
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…value for className prop
…ined default prop values from Alert
…low default export
📝 Changed routes:
Commit e66b0c6 (https://operation-code-q9e6342rh-operation-code.vercel.app). |
@kylemh Can I get a bit more context for this? |
Passing run #4646 ↗︎
Details:
Review all test suite changes for PR #1800 ↗︎ |
Code Climate has analyzed commit e66b0c6 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 79.1% (-0.5% change). View more on Code Climate. |
Description of changes
Converting components included all test and storybook files for each.
Accordion
component to Typescript, removed prop-types, and added a props typeAlert
component to Typescript, removed prop-types, and added a props typeCloseButton
component to Typescript, removed prop-types, and added a props typeLinkButton
component to Typescript, removed prop-types, and added a props typeDonateSection.test.js.snap
accessibilityId
prop to theAccrodion
component on the Slack Guide page(slack_guide.tsx
) to get rid of TS flagIssue Resolved
Fixes #NA
Screenshots/GIFs
Accordion
andAlert
component.tsx
filesAll
Button
component.tsx
files