Closed tonyxiao closed 8 years ago
Currently it is impossible to use atom-redux-devtools with a local server due to the fact that button bar is hidden.
ReactDOM.render(<DevTools noButtonBar={true} />, root);
Enabling the button bar causes styling issues in Atom (presumably that's why it's hidden). But it's better than not able to use the tool at all.
@tonyxiao, yes that is why it is hidden, but I'll try to solve styling issues because now we also have other useful buttons there: Dispatcher, Import, Export.
remotedev-app updated. Should work in 0.2.
remotedev-app
0.2
Currently it is impossible to use atom-redux-devtools with a local server due to the fact that button bar is hidden.
ReactDOM.render(<DevTools noButtonBar={true} />, root);
Enabling the button bar causes styling issues in Atom (presumably that's why it's hidden). But it's better than not able to use the tool at all.