Mitch Smith

Results 1 comments of Mitch Smith

Good find, super easy to replicate too: Flow error ```jsx type Union = $Exact | $Exact type Props = $Exact const func = (action: Props) => { action.type === "TWO"...