-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Disabled: migrate to TypeScript #42708
Conversation
Size Change: -48 B (0%) Total Size: 1.24 MB
ℹ️ View Unchanged
|
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.
Good job so far! Left a few comments.
Looks like you also need to rebase the PR to get the changelog entry to the newest Unreleased
section.
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.
Thanks for the review. I will update Unit test to ts as well. Will ping you when done! |
3b0e5fc
to
3bfe8c9
Compare
Co-authored-by: Marco Ciampini <[email protected]>
Co-authored-by: Marco Ciampini <[email protected]>
Co-authored-by: Petter Walbø Johnsgård <[email protected]>
Co-authored-by: Petter Walbø Johnsgård <[email protected]>
Alright, let's treat it as a bug — we'll try to trace when it was introduced and work on a fix + unit tests. |
Co-authored-by: Marco Ciampini <[email protected]>
Co-authored-by: Marco Ciampini <[email protected]>
… into refactoring/components/disabled # Conflicts: # packages/components/src/disabled/test/index.tsx
The approach looks promising, but let's work on it in a separate PR to keep this one focused on the TypeScript migration. Would you be able to remove 28820f0 from this PR and open a new PR with that fix instead? Once that's done and CHANGELOG conflicts are solved, we should be able to merge this one 🚀 |
Part of #35744
What?
Converts the
Disabled
component to TypeScript.Testing Instructions
npm run storybook:dev
Disabled
Screenshots or screencast