Skip to content

v0.12.1

Compare
Choose a tag to compare
@leebyron leebyron released this 17 Dec 02:36
· 1687 commits to 16.x.x since this release

Flow Type Fixes:

  • Removed experimental.const_params Flow option to ensure support for projects which do not enable this option (#1157, #1160)
  • Changed visit() to return any instead of mixed to reduce the scope of the breaking change of adding Flow types for this function.