mobx-react v3.0.4 Release Notes

  • The debug name stateless function components of babel transpiled jsx are now properly picked up if the wrapper is applied after defining the component:

    const MyComponent = () => <span>hi</span>
    
    export default observer(MyComponent)