Skip to content

Commit

Permalink
Merge pull request #1905 from phapdinh/issues/1302
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 18, 2022
2 parents ee81e96 + 15e8747 commit 709c10e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api/connect.md
Expand Up @@ -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
Expand Down

0 comments on commit 709c10e

Please sign in to comment.