Pedro Dousseau

Results 3 comments of Pedro Dousseau

If you dig into DropDownPickerProps you'll see that: ```typescript export type DropDownPickerProps = ( | DropDownPickerSingleProps | DropDownPickerMultipleProps ) & DropDownPickerBaseProps; ``` You need to use **Distributive Omit** to make...

> Hi @PedroDousseau , > > The following files seem missing: > > * 1-js/04-object-basics/06-constructor-new/2-calculator-constructor/_js.view/test.js > > * 1-js/04-object-basics/06-constructor-new/3-accumulator/_js.view/solution.js > > * 1-js/04-object-basics/06-constructor-new/3-accumulator/_js.view/test.js > > > Are you going to...

Hi, would enjoy the type support too. Are there any updates? I see #9231 was closed but not sure why