wiretap
wiretap copied to clipboard
TypeError: Cannot read property 'isMobxAction' of null
On one of my store I'm getting the following error:
TypeError: Cannot read property 'isMobxAction' of null
However, I can't see what in my store wiretap is having problems with. I've made sure I'm on the most up to date version of Mobx, anything I can do to debug?
So this happens only in a particular store? Are other stores fine? Are you inspecting Mobx or Mobx State tree store? Would you be able to please share any code snippet of the problematic store?
Would you mind checking this again after updating the wiretap module to [email protected] ?