From 30baa23195b6e869426738bfce29689dc3241522 Mon Sep 17 00:00:00 2001 From: Dylan Companjen Date: Wed, 11 May 2016 20:46:14 +0200 Subject: [PATCH] Update to reflect the code from the examples overview --- docs/basics/UsageWithReact.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/basics/UsageWithReact.md b/docs/basics/UsageWithReact.md index dc87ca9fa2..16742aae96 100644 --- a/docs/basics/UsageWithReact.md +++ b/docs/basics/UsageWithReact.md @@ -380,15 +380,21 @@ let AddTodo = ({ dispatch }) => { return (
- { - input = node - }} /> - + { + input = node + }} /> + +
) }