krasimir / kuker

Kick-ass browser extension to debug your apps
https://chrome.google.com/webstore/detail/glgnienmpgmfpkigngkmieconbnkmlcn
MIT License
657 stars 26 forks source link

Is this library still maintained? #15

Open ghost opened 5 years ago

ghost commented 5 years ago

I'd really love to be able to do more in-depth monitoring and debugging of some redux-saga stuff for work, and I want to use this plugin & system to do it.

But when I try to import {ReduxSagaEmitter} from 'kuker-emitters';

I get an error image

and this error on the emitter.setStore(store)

image

ghost commented 5 years ago

And this console error when I try to have the application running: image

krasimir commented 5 years ago

Hey @BrianD91, I'll try finding some time this weekend to fix this.