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