Skip to content

Commit

Permalink
Configure MobX with enforceActions: 'observed' vs. true
Browse files Browse the repository at this point in the history
  • Loading branch information
amcclain committed Aug 28, 2018
1 parent e9673b7 commit 59cb1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobx/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ export {observer} from 'mobx-react';

export {settable, bindable} from './decorators';

configure({enforceActions: true});
configure({enforceActions: 'observed'});

0 comments on commit 59cb1d4

Please sign in to comment.