[SelectInput] Convert to function component#15410
Conversation
|
@material-ui/core: parsed: -0.26% 😍, gzip: -0.17% 😍 Details of bundle changes.Comparing: 3044cb4...b175c50
|
oliviertassinari
left a comment
There was a problem hiding this comment.
Awesome work! I have tried something new with this review: 1. Checkout the pull request. 2. Revert the source back to its original state. 3. Make sure the new tests are green.
I try to do this when re-writing the tests :) |
This is something I'll try to do with all my PRs: Tests before implementation. This way it's easier for reviewers to verify: is it a bug? would this test new behavior properly etc. Then you can share different implementations based on the same test plan via git branches. If you do impl after test this becomes very weird (hard reset, rebase etc). |
Works towards #15231