soren

Results 5 comments of soren

@dayemsiddiqui thanks for providing that workaround! @terrysahaidak @Romanior Could either of you provide an example of how to use ```observer``` with a functional component properly? The docs for ```observer``` only...

@terrysahaidak, @dayemsiddiqui is correct. Also, the point of the example is when a mobx-state-tree store updates itself in the background. When a button is added to the component I think...

@terrysahaidak yes, let me try to mock up a minimal example.

@terrysahaidak thank you for your patience and leading me to figure the problem out. As you stated, ```observer``` just works!!! It just needs to be wrapping the right component. My...

I don't have time to do a PR, but if it would help someone else, I'm happy if any of the code above ends up in examples in docs (no...