Likely to cause new Flow errors:
- Object operations on class instance types now produce plain object types instead of preserving the class instance's nominal identity. This affects object type spreads and utilities such as
Partial,Required,Readonly,Pick, andOmit. Example