foxhound87 / mobx-react-form

Reactive MobX Form State Management
https://foxhound87.github.io/mobx-react-form
MIT License
1.1k stars 129 forks source link

Get rid of erroneous configure function call in entry point #568

Closed vkrol closed 3 years ago

vkrol commented 3 years ago

Strict mode is enabled by default in MobX 6 https://mobx.js.org/configuration.html#enforceactions.

Actually, configure({ enforceActions: true }) disables enabled by default strict mode in MobX 6, because true is converted to false here https://github.com/mobxjs/mobx/blob/ddf99789daebc6a891c930bf77df132d532e090f/packages/mobx/src/api/configure.ts#L39.

foxhound87 commented 3 years ago

:tada: This PR is included in version 3.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: