We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee81e96 + 15e8747 commit 709c10eCopy full SHA for 709c10e
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
203
204
The return value of `mergeProps` is referred to as `mergedProps` and the fields will be used as the props for the wrapped component.
205
206
+> Note: Creating new values in mergeProps will cause re-renders. It is recommended that you memoize fields in order to avoid unnecessary re-renders.
207
+
208
### `options?: Object`
209
210
```js
0 commit comments