From 8601a3c27d7138bbb819b4144af166bdc96829f9 Mon Sep 17 00:00:00 2001 From: Oliver Zeigermann Date: Tue, 9 Sep 2014 10:52:26 +0200 Subject: [PATCH] Update 09.5-clone-with-props.md --- docs/docs/09.5-clone-with-props.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/09.5-clone-with-props.md b/docs/docs/09.5-clone-with-props.md index ebeeee739d..778a4f717c 100644 --- a/docs/docs/09.5-clone-with-props.md +++ b/docs/docs/09.5-clone-with-props.md @@ -18,3 +18,4 @@ Do a shallow copy of `component` and merge any props provided by `extraProps`. P > ```js > var clonedComponent = cloneWithProps(originalComponent, { key : originalComponent.props.key }); > ``` +> `ref` is another prop that is not preserved either.