I have faced this issue before, mobx exposes a toJS helper function for that, you might have to do a the classic JSON.parse(JSON.stringify()) thing
I have faced this issue before, mobx exposes a toJS helper function for that, you might have to do a the classic JSON.parse(JSON.stringify()) thing
No replies yet.