From c1abc9b8c5a8532b44f765fdf872846af16b408c 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/09.5-clone-with-props.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/09.5-clone-with-props.md b/docs/09.5-clone-with-props.md index ebeeee73..778a4f71 100644 --- a/docs/09.5-clone-with-props.md +++ b/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.