From 6a057a0a5cddb5260d20f4fefef5635d4ff793b1 Mon Sep 17 00:00:00 2001 From: Guilherme Ruiz Date: Mon, 3 Jul 2017 22:05:35 -0300 Subject: [PATCH] Fix the data-height of Step 5 CodePen embed (#10083) (cherry picked from commit 83f56370e6040ee58ed67f996dce3f9d1ae56c86) --- docs/docs/thinking-in-react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/thinking-in-react.md b/docs/docs/thinking-in-react.md index daa833d1aa..6bc529c5a9 100644 --- a/docs/docs/thinking-in-react.md +++ b/docs/docs/thinking-in-react.md @@ -132,7 +132,7 @@ You can start seeing how your application will behave: set `filterText` to `"bal ## Step 5: Add Inverse Data Flow -

See the Pen Thinking In React: Step 5 on CodePen.

+

See the Pen Thinking In React: Step 5 on CodePen.

So far, we've built an app that renders correctly as a function of props and state flowing down the hierarchy. Now it's time to support data flowing the other way: the form components deep in the hierarchy need to update the state in `FilterableProductTable`.