Question: For this code: In order to set the propTypes of MyComponent, is it possible to do something like: ? Answer: As you pointed out: MyComponent is a "generic" component which renders A if foo is present or B if ...
Question: For this code: In order to set the propTypes of MyComponent, is it possible to do something like: ? Answer: As you pointed out: MyComponent is a "generic" component which renders A if foo is present or B if ...