v0.84.6
Changed 1
- Tidy up generated types and allow nullable props to be omitted in more places
Fixed 1
- Fix async functions being inferred as returning void instead of Promise<void>
From metro
This release is on the 0.84.x branch
- [Types]: Fix async functions being inferrerd as returning
void(notPromise<void>). (https://github.com/react/metro/pull/1887 by @robhogan) - [Types]: Tidy up generated types, allow nullable props to be omitted in more places. (https://github.com/react/metro/pull/1897 by @robhogan)
Full Changelog: https://github.com/facebook/metro/compare/v0.84.5...v0.84.6