-
Notifications
You must be signed in to change notification settings - Fork 142
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
refactor(CreateFullPageStep): add TypeScript types #5169
refactor(CreateFullPageStep): add TypeScript types #5169
Conversation
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
looks good to me!
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.
LGTM!
packages/ibm-products/src/components/CreateFullPage/CreateFullPageStep.tsx
Outdated
Show resolved
Hide resolved
…PageStep.tsx Co-authored-by: Matt Gallo <[email protected]>
packages/ibm-products/src/components/CreateFullPage/CreateFullPageStep.tsx
Outdated
Show resolved
Hide resolved
packages/ibm-products/src/components/CreateFullPage/CreateFullPageStep.tsx
Outdated
Show resolved
Hide resolved
packages/ibm-products/src/components/CreateFullPage/CreateFullPageStep.tsx
Outdated
Show resolved
Hide resolved
packages/ibm-products/src/components/CreateFullPage/CreateFullPageStep.tsx
Outdated
Show resolved
Hide resolved
packages/ibm-products/src/components/CreateFullPage/CreateFullPageStep.tsx
Outdated
Show resolved
Hide resolved
packages/ibm-products/src/components/CreateFullPage/CreateFullPageStep.tsx
Outdated
Show resolved
Hide resolved
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.
Looks good.
Solving the merge conflict dismissed the reviews, but as there's been multiple approvals I will be merging this. |
@makafsal Can't force merge this, would you be able to approve again? Thanks! |
b3c3b29
Closes #4512
This PR changes the CreateFullPageStep file and component to use typescript
What did you change?
The file to be
tsx
and used types for the propsHow did you test and verify your work?
ran tests and builds locally