Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remote-redux-devtools #48

Closed
ironforward opened this issue Oct 5, 2017 · 3 comments
Closed

remote-redux-devtools #48

ironforward opened this issue Oct 5, 2017 · 3 comments

Comments

@ironforward
Copy link

Looks like this library changed recently to use a new getStore method that wraps of a lot of the redux stuff together.

Is there a way to provide the compose function to getStore so that I can use the composeWithDevTools from remote-redux-devtools?

Looks like there is a fallback shown at the bottom of the getStore documentation, but using the new getStore abstraction would be nice.

"kea": "^0.25.1",

@mariusandra
Copy link
Member

Hey, thanks for raising the issue! I'll find a way to solve this in 0.26, released today or in the next days. In the end this will be as easy as doing getStore({ compose: composeWithDevTools }). However since this is a breaking change, it needs to be released in a new minor version... but I want to get some other stuff in there as well, hence the delay. :)

@mariusandra
Copy link
Member

Hey, with v0.26.2, this is now possible. Just pass the function like I indicated in my previous comment. And let me know if it works or there's an issue :).

@mariusandra
Copy link
Member

Hey @kevinfez , I haven't heard anything back, so I assume it's ok. Feel free to reopen if it's not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants