We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f5d4e commit 0464009Copy full SHA for 0464009
README.md
@@ -134,8 +134,8 @@ required.
134
* `state`: current state of the redux store
135
* `getState`: [method](https://redux.js.org/api/store/#getstate) to get the
136
latest state of the redux store
137
-* `store`: the raw redux store. WARNING: this should only be used for unique
138
- circumstances (e.g., creating a custom subscription to the store)
+* `store`: the raw redux store. :warning: WARNING: this should only be used for
+ unique circumstances (e.g., creating a custom subscription to the store)
139
140
## Contribution
141
0 commit comments