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: README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,6 @@ A React component class that injects subscriptions and actions into your compone
31
31
32
32
*`WrappedComponent`*(Component)*: The original component class passed to `connect()`.
33
33
34
-
#### Remarks
35
-
36
-
* It needs to be invoked two times. The first time with its arguments described above, and a second time, with the component: `connect(mapFirebaseToProps)(MyComponent)`.
37
-
38
-
* It does not modify the passed React component. It returns a new, connected component, that you should use instead.
39
-
40
34
#### Examples
41
35
42
36
> Runnable examples can be found in the [examples folder](examples/).
0 commit comments