zalmoxisus / remote-redux-devtools

Redux DevTools remotely.
http://zalmoxisus.github.io/monitoring/
MIT License
1.81k stars 139 forks source link

Add support for multiple stores #132

Closed Lukermelesh closed 5 years ago

Lukermelesh commented 5 years ago

This PR adds a way to remote debug multiple stores by creating a DevToolsEnhancer class and exporting new instances of it. @zalmoxisus

zalmoxisus commented 5 years ago

@Lukermelesh thanks for working on that! It looks good to me, but cannot properly check it and we don't have tests. So I published it as 0.6.0-beta. Could you please try remote-redux-devtools@beta, if everything is ok, I'll ship the release.

slaivyn commented 5 years ago

As far as I'm concerned, it works perfectly. The small "bug" only happen when the socket can't connect and in that case an error is thrown without any message related to the real problem