Maksim Kachurin

Results 16 comments of Maksim Kachurin

I have the same problem. I'm creating a powerful HTML element for my website builder, and every single HTML element has its own bundle. Now, when two or more elements...

What about this text to the [In-Browser Compilation](https://riot.js.org/compiler/#in-browser-compilation-with-inline-templates) section --- Important Note: When writing expressions within attributes (like `onclick={ expression })`, ensure that there are no spaces between the {...

@urgator you are completely wrong, because observe just calls the observe_ method for any Atom/Computed/Observable, and they in turn call autorun under the hood. Look at the implementation of computed,...

Anyway, my example just shows a very strange mobx behavior in a very unusual situation, however it may be related to other issues. I've been using mobx for many years,...

Yes, you're right, it looks like `computed` is an exception. My bad. In any case, in my issue question I get not the expected `onBecomeUnobservable`, so our discussion is hardly...

Exactly! You damn right and I think it's fully relevant to issue. I totally understand what any derivations in actions won't run until the action will be finished and it's...