Skip to content

Commit 01878de

Browse files
committed
docs(custom-render): listed the option
1 parent 3c9642c commit 01878de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ required.
122122
* `store`: a data store that will be passed as a prop to the `<Root />`
123123
component so that your component can inject it into the context through a
124124
provider component.
125+
* `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.
125126

126127
## Contribution
127128

0 commit comments

Comments
 (0)