From c9d50e3aba9a78d8a2820ead55032ec95927d8f4 Mon Sep 17 00:00:00 2001 From: Alex Krolick Date: Fri, 23 Mar 2018 11:49:31 -0700 Subject: [PATCH] Remove lib link --- content/docs/context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/context.md b/content/docs/context.md index 6a3cd9b6..9699bfe3 100644 --- a/content/docs/context.md +++ b/content/docs/context.md @@ -95,7 +95,7 @@ To keep context re-rendering fast, React needs to make each context consumer a s `embed:context/multiple-contexts.js` -If two or more context values are often used together, you might want to consider creating your own render prop component that provides both. [React Context Composer](https://github.com/FormidableLabs/react-context-composer/) is a simple library to help with this. +If two or more context values are often used together, you might want to consider creating your own render prop component that provides both. ## Accessing Context in Lifecycle Methods