-
Notifications
You must be signed in to change notification settings - Fork 364
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: [M3-6478] - Make <Select />
type safe
#8986
refactor: [M3-6478] - Make <Select />
type safe
#8986
Conversation
e2e tests results 9e2b98d |
Little bonus feature worth mentioning. If the select is If a select is The types now properly reflect this π Notice how in the video the type of Screen.Recording.2023-04-11.at.11.44.16.PM.mov |
.../manager/src/features/Profile/AuthenticationSettings/PhoneVerification/PhoneVerification.tsx
Outdated
Show resolved
Hide resolved
<Select />
type safe<Select />
type safe
Passing run #2979 βοΈ
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
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.
Nice work!
Description π
Why β
Description
Impact π·
Before ππΌ
Screen.Recording.2023-04-11.at.9.12.13.PM.mov
After π
Screen.Recording.2023-04-11.at.9.11.18.PM.mov
How to test π§ͺ
<Select />
components that were modified and testing the functionality.