We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8685f commit 9331283Copy full SHA for 9331283
README.md
@@ -80,7 +80,7 @@ The other side of the coin is the UsePlug Hook. This way you can Plug your compo
80
```javascript
81
const TestComponent = (props) => {
82
const { name } = props;
83
- const state = usePlug(state$)
+ const state = useStream(state$)
84
return (
85
<div>
86
<h1 data-testid="name">{name}</h1>
0 commit comments