Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flow: Provide missing
ReactTestRenderer
type
Previously Flow did replace the undefined `ReactTestRenderer` type with `any`. Not doing that anymore results in an error. So, just import the correct type to fix the issue.
- Loading branch information