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
* An optional server state snapshot. Will be used during initial hydration render if available, to ensure that the UI output is consistent with the HTML generated on the server.
15
+
*/
16
+
serverState?: S
17
+
12
18
/**
13
19
* Optional context to be used internally in react-redux. Use React.createContext() to create a context to be used.
14
20
* If this is used, you'll need to customize `connect` by supplying the same context provided to the Provider.
15
21
* Initial value doesn't matter, as it is overwritten with the internal state of Provider.
0 commit comments