Skip to content

v0.320.0

Choose a tag to compare

@SamChou19815 SamChou19815 released this 21 Jun 00:58
· 243 commits to main since this release

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, and Omit. Example