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
Almost 1 year ago I had find a logger for Mobx. I stumbled upon `mobx-logger`, tried it, but unfortunately its output was limited with Mobx 6. I created an issue: winterbe/mobx-logger#34
The issue has no response since then. Last publish of the package was 4 years ago: https://www.npmjs.com/package/mobx-logger
It looks like the package isn't maintained anymore. I've created `mobx-log` to have Mobx 6 compatible logger. This packages is new and less popular (25 stars VS 230 stars, [503](https://www.npmjs.com/package/mobx-log) weekly downloads vs [3997](https://www.npmjs.com/package/mobx-logger)), but it includes more.
- Chrome formatters for ES6 Proxy
- Access to stores via browser console
- The issues are being addressed (so far 😅) [1](kubk/mobx-log#9), [2](kubk/mobx-log#23)
Only actions & reactions are visible
UPD: It looks like this library is no longer supported. I've created a logger that supports Mobx 6: https://github.com/kubk/mobx-log
The text was updated successfully, but these errors were encountered: