diff --git a/docs/06-transferring-props.md b/docs/06-transferring-props.md index a78a6afc..9ad68ae8 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 syntax is an experimental ES7 syntax. If using the in-browser JSX transformer, simply open your script with `