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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
*[Register with the Hapi server](#register-with-the-hapi-server)
17
17
*[Optional custom renderer that passes blankie (optional to provide yourself) nonces as a prop](#optional-custom-renderer-that-passes-blankie-optional-to-provide-yourself-nonces-as-a-prop)
18
18
*[Dependencies for you to provide](#dependencies-for-you-to-provide)
*`render`: _optional_ custom renderer to replace the default renderer. Passed `defaultRenderer` and `request` as arguments so additional props can be passed to the defaultRenderer, potentially from the request.
128
129
129
130
### Redial fetch trigger arguments
131
+
130
132
*`params`: pass-through of react-router params taken from the path
131
133
*`dispatch`: redux store [dispatch](https://redux.js.org/api/store/#dispatchaction) method
132
134
*`state`: current state of the redux store
133
135
*`getState`: [method](https://redux.js.org/api/store/#getstate) to get the
134
-
latest state of the redux store
136
+
latest state of the redux store
135
137
*`store`: the raw redux store. WARNING: this should only be used for unique
136
-
circumstances (e.g., creating a custom subscription to the store)
138
+
circumstances (e.g., creating a custom subscription to the store)
0 commit comments