Skip to content

Commit 7b946e8

Browse files
authored
chore: update useObservable - live demo
1 parent 87353b9 commit 7b946e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ $ yarn add rxjs-hooks rxjs
2525

2626
## Quick look
2727

28-
- [useObservable - live demo](https://codesandbox.io/s/00x0z72l5n)
28+
- [useObservable - live demo](https://codesandbox.io/s/rxjs-hooks-basic-oee81n)
2929

3030
```javascript
3131
import React from "react";
32-
import ReactDOM from "react-dom";
32+
import ReactDOM from "react-dom/client";
3333
import { useObservable } from "rxjs-hooks";
3434
import { interval } from "rxjs";
3535
import { map } from "rxjs/operators";

0 commit comments

Comments
 (0)