Match
Overview​
- This component is the wrapper for the matching cases.
- The only required prop is its children.
- Valid childrenare:With,When, andOtherwise.
- If you plan on having Withcases, then you need to pass avalueprop.
- You are required to have at least one Otherwisecomponent as children.
- Just like Switch, but it will return all the cases that match.