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
Similar to #29, I can't make it capture anything at all, even when I set enforceActions: 'never'. I also need to import remotedev using import remotedev from 'mobx-remotedev/lib/dev';, it won't work using the normal import, even though process.env.NODE_ENV === 'development'.
Similar to #29, I can't make it capture anything at all, even when I set
enforceActions: 'never'
. I also need to importremotedev
usingimport remotedev from 'mobx-remotedev/lib/dev';
, it won't work using the normal import, even thoughprocess.env.NODE_ENV === 'development'
.👉 PR
The text was updated successfully, but these errors were encountered: