From e4d4cd3e59bec02661dd890e647975898085b00c Mon Sep 17 00:00:00 2001 From: Kirk Steven Hansen Date: Thu, 22 Jan 2015 23:30:02 -0600 Subject: [PATCH] Updated tutorial to be more clear about the dependence on the --harmony flag. --- docs/06-transferring-props.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/06-transferring-props.md b/docs/06-transferring-props.md index 69a2c0d3..f0872470 100644 --- a/docs/06-transferring-props.md +++ b/docs/06-transferring-props.md @@ -49,6 +49,10 @@ But what about the `name` prop? Or the `title` prop? Or `onMouseOver`? ## Transferring with `...` in JSX +> NOTE: +> +> In the example below, the `--harmony ` flag is required as this is syntax is an experimental ES7 syntax. If using the in-browser JSX transformer, simply open your script with `