Skip to content

Commit d23fa86

Browse files
committed
Re-export getRunningActionContext from MST
1 parent 81969e4 commit d23fa86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export {
5050
applyPatch,
5151
clone,
5252
createActionTrackingMiddleware2,
53+
getRunningActionContext,
5354
destroy,
5455
detach,
5556
escapeJsonPath,
@@ -72,6 +73,7 @@ export {
7273
unescapeJsonPath,
7374
walk,
7475
} from "mobx-state-tree";
76+
7577
export { ClassModel, action, extend, register, view, volatile, volatileAction } from "./class-model";
7678
export { getSnapshot } from "./snapshot";
7779

0 commit comments

Comments
 (0)