Skip to content

v0.254.0

Compare
Choose a tag to compare
@facebook-github-bot facebook-github-bot released this 20 Nov 16:38
· 120 commits to main since this release

Likely to cause new Flow errors:

  • Previously we incorrectly applied truthy refinement on optional chaining where it shouldn't be applied. The issue is now fixed, and you might see change in behavior similar to these examples

Library Definitions:

  • Improve Array toSpliced method type (thanks @aph!)