Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Fix React.createContext in SSR #2304

Merged
merged 12 commits into from
Sep 27, 2018
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## vNext

- When using `React.createContext` and SSR, we now make sure the context
provider value is reset to the previous value it had after its children are
walked. <br/>
[@mitchellhamilton](https://github.com/mitchellhamilton) in [#2304](https://github.com/apollographql/react-apollo/pull/2304)

## 2.2.1 (September 26, 2018)

- Revert: "Typescript: use `Partial<TData>` instead of `TData | {}`, for the
Expand Down
Loading