ui-harness v3.17.0 Release Notes

Release Date: 2016-07-31 // over 7 years ago
  • ➕ Added

    • The ability to add external tools to debug programs, such as the MobX dev tools.

      import DevTools from 'mobx-react-devtools'
      
      ...
      
      this.tools(<DevTools />);