add debug mode
DanielZlotin opened this issue · 0 comments
DanielZlotin commented
We need a way to test that a certain bug in the dataflow in the app is not related to remx.
I suggest that we had some require('remx'0).setDebugMode(true)
which will automatically deepClone all objects in the state, and always refresh the connected components so that we know it's something in remx or not