From 14efd03b48019255f636772eea0ff161e3807815 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Mon, 12 Dec 2022 00:40:00 -0800 Subject: :camera: --- test/snapshots/react-context-value-func.hmr.debug.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/snapshots/react-context-value-func.hmr.debug.tsx') diff --git a/test/snapshots/react-context-value-func.hmr.debug.tsx b/test/snapshots/react-context-value-func.hmr.debug.tsx index a31263ff9..b781ea7f9 100644 --- a/test/snapshots/react-context-value-func.hmr.debug.tsx +++ b/test/snapshots/react-context-value-func.hmr.debug.tsx @@ -22,10 +22,9 @@ var hmr = new FastHMR(4175696745, "react-context-value-func.tsx", FastRefresh), const ContextProvider = ({ children }) => { const [cb, setCB] = React.useState(function() { }); - const foo = true; return jsx(Context.Provider, { value: cb, - children: children(foo) + children: children(true) }); }; const ContextValue = ({}) => jsx(Context.Consumer, { -- cgit v1.2.3