Dave Benvenuti

Results 3 comments of Dave Benvenuti

Another workaround that's worked for me if you typically call `rubocop` as a rake task is the following mod to my `Rakefile`: ```diff require "rubocop/rake_task" + require "rubocop/config_finder" + +...

@nuthinking I got this working by manually modifying the Menu's state in my `onClick` handler. If you assign a ref to the menu, you can do something like: ``` this.refs.menu.getStore().setState({...

Reverting this to draft until we do a little more internal testing