Skip to content

Commit

Permalink
docs(collection-utilities): Add missing import (#3542)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony authored Oct 16, 2022
1 parent 4f8b014 commit 3a40c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/collection-utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Mutation:
If you use the access APIs in an environment without `Proxy` support, then also use the mutation APIs so they can detect the changes.

```javascript
import { get, set, observable, values } from "mobx"
import { autorun, get, set, observable, values } from "mobx"

const twitterUrls = observable.object({
Joe: "twitter.com/joey"
Expand Down

0 comments on commit 3a40c7a

Please sign in to comment.