Closed Strate closed 5 years ago
Hi, thanks for pointing this out. There are at this point some "impurities" with firestorter. I'm planning on rewriting a thing or two to make everything as pure as possible. I don't have a solution for this at this moment but will come back to you in a while. cheers
Hi, this should be fixed in the new v1.1.0 release. Let me know if it doesn't. cheers
Hey!
I'm trying to make something like that:
This is fails with error:
Seems that
addObserverRef
performs mutation of observable, which is not allowed in mobx. As for now, I found workaround to wrapnew firestorter.Collection
inmobx.untracked
:but I am not sure this is not breaking something, for example reactive query, or other stuff.