Pedro Dousseau

Results 2 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...