Skip to content

Commit a175507

Browse files
committed
Updates docs.
1 parent f7da6c7 commit a175507

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,8 @@ Wraps your application allowing for efficient and effective use of asynchronous
190190

191191
#### Props
192192

193-
- `asyncContext` (_Object_, Optional)
194-
You can optionally provide an asynchronous context (created using `createAsyncContext`). If you don't provide one then an instance will be created automatically internally. It can be useful to create and provide your own instance so that you can gain hooks into the context for advanced use cases such as server side rendering state rehydration or hot module replacement interoperability.
195-
- `rehydrateState` (_Object_, Optional)
196-
Only useful in a server side rendering application (see the docs). This allows you to provide the state returned by the server to be used to rehydrate the client appropriately, ensuring that it's rendered checksum will match that of the content rendered by the server.
193+
- `asyncContext` (_Object_, Optional) : You can optionally provide an asynchronous context (created using `createAsyncContext`). If you don't provide one then an instance will be created automatically internally. It can be useful to create and provide your own instance so that you can gain hooks into the context for advanced use cases such as server side rendering state rehydration or hot module replacement interoperability.
194+
- `rehydrateState` (_Object_, Optional) : Only useful in a server side rendering application (see the docs). This allows you to provide the state returned by the server to be used to rehydrate the client appropriately, ensuring that it's rendered checksum will match that of the content rendered by the server.
197195

198196
### `createAsyncContext()`
199197

0 commit comments

Comments
 (0)