Prefer const for ExtendedPicker, FloatingPicker, and SelectedItemsList#4511
Prefer const for ExtendedPicker, FloatingPicker, and SelectedItemsList#4511amyngu merged 3 commits intomicrosoft:masterfrom
Conversation
| * The CSS classname of the suggestions list. | ||
| */ | ||
| className?: string; | ||
| /** |
There was a problem hiding this comment.
These interface changes aren't let => const. just wanted to make sure they were supposed to be in here.
There was a problem hiding this comment.
Yes, sorry I forgot I made these changes as well (was copy and pasting). These are just a removal of unused properties. I'll make sure I have @joschect sign off on these changes, as hes been following my initiative here.
There was a problem hiding this comment.
@micahgodbolt I thought since these are experiments, no one should be using them and we should be able to do whatever when it comes to interfaces. Right?
There was a problem hiding this comment.
Amy is prepping this component for a PR into OUFR, and I had her split it up into let/const changes...I saw this change as well and wanted to make sure it was intentional.
Pull request checklist
$ npm run changeDescription of changes