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/v3-migration-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
*`componentDidMount` used in place of `componentWillMount` for data loading in `firebaseConnect` and `firestoreConnect`
17
17
*`helpers` is no longer exported in top level API - import helpers directly instead
18
18
*`firebaseStateReducer` is no longer exported in top level API - import `reducer` or `firebaseReducer`
19
-
*`authIsReady` should only be used for SSR - if you are waiting for auth to be ready, state should be used. For an example see the [wait for auth to load recipe](/recipes/auth#loading).
19
+
*`authIsReady` should only be used for SSR - if you are waiting for auth to be ready, state should be used. For an example see the [wait for auth to load recipe](recipes/auth#loading).
0 commit comments