From a0bdc0da114d1b706f70bdc0698fd248e6aeccd6 Mon Sep 17 00:00:00 2001 From: HOU Ce <594965698@qq.com> Date: Sun, 11 Apr 2021 20:01:02 +0800 Subject: [PATCH] fix: use context Provider the PR is for the purpose to fix the typo of component, modified `` to `` --- examples/context/reference-caveats-solution.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/context/reference-caveats-solution.js b/examples/context/reference-caveats-solution.js index deefabd4606..a06f5da21f9 100644 --- a/examples/context/reference-caveats-solution.js +++ b/examples/context/reference-caveats-solution.js @@ -10,9 +10,9 @@ class App extends React.Component { render() { // highlight-range{2} return ( - + - + ); } }