From 7c6688c12cf1610ce99d61ab34f13746e3f981a5 Mon Sep 17 00:00:00 2001 From: Alex Krolick Date: Wed, 21 Mar 2018 10:16:38 -0700 Subject: [PATCH] Highlight createContext() --- examples/context/motivation-solution.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/context/motivation-solution.js b/examples/context/motivation-solution.js index fbb6ac59..76bf72cc 100644 --- a/examples/context/motivation-solution.js +++ b/examples/context/motivation-solution.js @@ -1,3 +1,4 @@ +// highlight-range{1} const ColorContext = React.createContext(); class Button extends React.Component {