diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bca18d5a0a..9899d663f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - Maintain serial ordering of `asyncMap` mapping function calls, and prevent potential unhandled `Promise` rejection errors.
[@benjamn](https://github.com/benjamn) in [#7818](https://github.com/apollographql/apollo-client/pull/7818) -- Remove `children` type override in MockedProviderProps
+- Relax incompatible `children?: React.ReactElement` field type in `MockedProviderProps` interface.
[@kevinperaza](https://github.com/kevinperaza) in [#7833](https://github.com/apollographql/apollo-client/pull/7833) ## Apollo Client 3.3.11