prop with `type: [String, Number]` is inferred as `string | number | Date`
Version
3.2.9
Reproduction link
this is a regression, 3.2.8 has no error
Steps to reproduce
see link
What is expected?
string | number
What is actually happening?
string | number | Date