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.