diff --git a/docs/api/connect.md b/docs/api/connect.md index 6d177d25e..2b87d6b6c 100644 --- a/docs/api/connect.md +++ b/docs/api/connect.md @@ -203,6 +203,8 @@ The fields in the plain object you return from it will be used as the props for The return value of `mergeProps` is referred to as `mergedProps` and the fields will be used as the props for the wrapped component. +> Note: Creating new values in mergeProps will cause re-renders. It is recommended that you memoize fields in order to avoid unnecessary re-renders. + ### `options?: Object` ```js