mobx-react v6.1.0 Release Notes

Release Date: 2019-06-19 // almost 5 years ago
    • 👀 Restored the classic implementation of observer: class based components are patched again, rather than wrapping them in <Observer>, see #703. Fixes:
      • componentDidUpdate not being triggered after a reactive render #692
      • The appearance of an additional <Observer> component in the component tree, which complicates shallow testing #699
      • Some regressions in disposeOnUnmount #702
      • Note that dev tool support, and other constraints mentioned in the 6.0.0 release notes have not been restored.
    • The function useStaticRendering(value: boolean): void from mobx-react-lite is now exposed