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
Is it possible to support marking individual action/observable/computed loggable? This could be combined with the other local store filter request - #23
Ability to apply filters at global store, local store & for individual prop (observable/action/computed) will provide all the required flexibility during development.
Possible API could be similar to mobx's makeObservable:
Thank you for splitting the tasks. This one isn't easy because Mobx sometimes doesn't provide all the information required to implement this feature. So far you can use Chrome built-in console filters. I'll try to come up with a solution.
It would be awesome to be able to filter. We have some really huge stores that easily crashes redux devtools, so I can't safely enable logging where I want right now.
I think a good first step for this would be a filter callback that gets the full mobx spyEvent and skips logging if the callback returns false. I agree that the information from Mobx is a bit tricky to work with.
Is it possible to support marking individual action/observable/computed loggable? This could be combined with the other local store filter request - #23
Ability to apply filters at global store, local store & for individual prop (observable/action/computed) will provide all the required flexibility during development.
Possible API could be similar to mobx's makeObservable:
Thanks again!
The text was updated successfully, but these errors were encountered: