Jørgen Tvedt

Results 17 comments of Jørgen Tvedt

@zalmoxisus Sorry for my ignorance, but what do you mean by "update it now"? I tried to npm install again, but seemingly got the same version (0.5.1) and the same...

@zalmoxisus BTW: The problem is the same even if I don't connect to remotedev.io (i get mixed stores locally).

I can't get this to work with typescript. I tried: ``` const RemoteDevTools = require('remote-redux-devtools') const devToolsEnhancer = RemoteDevTools // Result: devToolsEnhancer is not a function ``` And: ``` const...

Ok, sorry. With the following setup it works, no mixup of states: ``` import { createStore, applyMiddleware, compose } from 'redux' const RemoteDevTools = require('remote-redux-devtools') const devToolsEnhancer = RemoteDevTools.default export...

@zalmoxisus, I took up the fight with ES5 and made a plain node.js script with 2 stores, possibly more. I intended to do sagas, like I have in my example...

@zalmoxisus I see. Do you think this lack of multi-instance-support could explain the state mixups I observed locally also? I dont't know how to "submit a PR"? Can we just...

I can't reproduce it with "thunks" in my example, and I suspect it to be specific to redux-saga and it's middleware. Thanks for the info on PRs. I'd love to...

Yes, but I don't think the failed credentials issue end up there - it just keeps trying, as if the Es server is temporarily down.

Ok, thank you. I'll try the other images in the meantime.

I would love to do so if I find the time. I believe this library serves an important purpose, especially if it has wide support for the various SQL-dialects. Do...