Skip to content

Commit

Permalink
Undeprecated ObservableMap, fixes #1496
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Apr 16, 2018
1 parent b21b5e2 commit 52d1541
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/mobx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ if (
"extras",
"Atom",
"BaseAtom",
"ObservableMap",
"asFlat",
"asMap",
"asReference",
Expand Down
1 change: 1 addition & 0 deletions test/base/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ test("correct api should be exposed", function() {
"isObservableObject",
"isObservableProp",
"keys",
"ObservableMap",
"observable",
"observe",
"onReactionError",
Expand Down

0 comments on commit 52d1541

Please sign in to comment.