From f588bd61e1b221efc152692eda047ce8bb3f0e34 Mon Sep 17 00:00:00 2001 From: Alex Krolick Date: Thu, 22 Mar 2018 22:38:37 -0700 Subject: [PATCH] Update "legacy" wording --- content/docs/context.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/context.md b/content/docs/context.md index f5bbfde4..1ab50264 100644 --- a/content/docs/context.md +++ b/content/docs/context.md @@ -101,7 +101,7 @@ A more complex example with dynamic values for the theme: ## Legacy API -> The old context API was marked as legacy in React 16.3 and will be removed in version 17. +> Note: > -> React previously shipped with an experimental context API. The old API will be supported in all 16.x releases, but applications using it should migrate to the new version. Read the [legacy context docs here](/docs/legacy-context.html). +> React previously shipped with an experimental context API. The old API will be supported in all 16.x releases, but applications using it should migrate to the new version. The legacy API will be removed in React 17. Read the [legacy context docs here](/docs/legacy-context.html). \ No newline at end of file