mobx-react v5.3.0 Release Notes

  • 5.3.0 was retracted as files were not generated correctly during publish

    • Added disposeOnUnmount utility / decorator to call disposable properties (reaction, autorun, etc) automatically on componentWillUnmount
    • Introduced new method to patch lifecycle methods which should be more compatible with for example arrow functions.