minor fixes
This commit is contained in:
parent
c1e7bcb0df
commit
2add921744
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ These methods can be used together, like this:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// get a list of unprocessed mutations
|
// get a list of unprocessed mutations
|
||||||
|
// should be called before disconnecting if you care about possibly unhandled recent mutations
|
||||||
let mutationRecords = observer.takeRecords();
|
let mutationRecords = observer.takeRecords();
|
||||||
|
|
||||||
// stop tracking changes
|
// stop tracking changes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue