From 00c178f1d56756ab189800cb3ffbc2a771226433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 9 Sep 2014 09:41:51 -0700 Subject: [PATCH] Merge pull request #2165 from DJCordhose/patch-1 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 ebeeee739ddfb..778a4f717ca4b 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.