You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks bunch for the redux-devtools (browser extension) support. It's truly amazing to have both options - devtools support as well as the awesome console logging.
I'm working on a desktop app and I use redux-remotedev (standalone electron version) that I npx execute as a separate process and it listens to port 8000.
I'm my app that uses mobx-store, I have remotedev running at port 8000, and feeds the store changes to the standalone version.
I'm able to currently use this combo, but of course computed properties are not getting fed and doesn't display in the devtools.
Is it possible to use mobx-log with the standalone redux-devtools and get the computed values as well? The current mobx-log logger works great and shows the computed values anyway, so this is really a nice-to-have feature request.
Thanks bunch!
The text was updated successfully, but these errors were encountered:
Hi there,
Thanks bunch for the redux-devtools (browser extension) support. It's truly amazing to have both options - devtools support as well as the awesome console logging.
I'm working on a desktop app and I use redux-remotedev (standalone electron version) that I npx execute as a separate process and it listens to port 8000.
I'm my app that uses mobx-store, I have remotedev running at port 8000, and feeds the store changes to the standalone version.
I'm able to currently use this combo, but of course computed properties are not getting fed and doesn't display in the devtools.
Is it possible to use mobx-log with the standalone redux-devtools and get the computed values as well? The current mobx-log logger works great and shows the computed values anyway, so this is really a nice-to-have feature request.
Thanks bunch!
The text was updated successfully, but these errors were encountered: