reduxjs / redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI
http://youtube.com/watch?v=xsSnOQynTHs
MIT License
13.96k stars 1.15k forks source link

examples not working in @redux-devtools/remote #1614

Closed jardicc closed 4 months ago

jardicc commented 5 months ago

These examples are not working right?

Webpack v1 is aliasing deprecated module name into src folder where are .TS files and it tries to use babel loader to load them, right?

image image

jardicc commented 5 months ago

So I updated from webpack v1 to v5 and used ts-loader instead of babel loader. Now I can open example in browser and it still does not work.

The same example in deprecated repo did work for a few seconds https://github.com/zalmoxisus/remote-redux-devtools/issues/158

But this example does not connect at all when I try exactly same ports, host names and pressing reload in both windows.

image

jardicc commented 5 months ago

In then end I made it work with CLI UI in this repo when I run it in Electron. But I got problem that UXP in Photoshop hangs up on empty ping/pong messages in protocolVersion: 2

But with protocolVersion: 1 it works as it should.

Could I please make pull request to specify protocolVersion in options for both CLI and Remote? Or is this something you don't want to add?