You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/firestore.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,4 +290,4 @@ The `transform` function is passed a single row of a data, so will be called onc
290
290
291
291
The `transform` function will not receive the `id` or `ref` values referenced in the properties named in the `idField` or `refField` options, nor it is expected to produce them. Either or both, if specified, will be merged afterwards.
292
292
293
-
If the `transform` function is defined within your React component, it is recomended that you memoize the function to prevent unnecessry renders.
293
+
If the `transform` function is defined within your React component, it is recommended that you memoize the function to prevent unnecessary renders.
0 commit comments