@ -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.