Skip to content
This repository was 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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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