Andrew Kogut
Andrew Kogut
@winterbe made a pr #32, it allows filtering top-level messages (not inside groups) like this: ``` js configureDevtool({ logFilter: change => change.type === 'reaction', }); ``` What do you think?...
Published as `v4.2.5`
Yeah, definitely!
Works for me, how to reproduce it?
Sure, please ping me in telegram: @andykog or in twitter: @andy_kogut > On Aug 20, 2019, at 19:52, Daniel Leite de Oliveira wrote: > > Hey @andykog, are you looking...
@Venryx, maintainer would have unlimited leeway to develop useful features. If developer is not sure whether or not the feature is useful, he/she can discuss it with the community in...
@Venryx, looks awesome!
Well. you can try the same with `__MOBX_DEVTOOLS_GLOBAL_HOOK__`. If it's possible to run some code before loading mobx, then `delete window.__MOBX_DEVTOOLS_GLOBAL_HOOK__` should be enough.
@AoDev, nice work! Though you've got kind of react-devtools-light, I'm not sure this fits mobx-react-devtools purpose as I understand it: inspecting mobx-related part, not react itself.
@AoDev, I think «Visualize observer tree values» means showing values of the observables listed in the dependency tree, not react components props.