Skip to content

Commit

Permalink
CB-4018 adds to DynamicDataContext observable contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
s.teleshev committed Mar 1, 2024
1 parent 64c4be1 commit 6a01192
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export class DynamicDataContext implements IDataContext {
this.contexts = new Map();

makeObservable(this, {
contexts: observable.shallow,
fallback: observable.ref,
set: action,
clear: action,
Expand Down

0 comments on commit 6a01192

Please sign in to comment.