d4rky-pl / arboris

Hassle-free combination of mobx-state-tree and server-side rendering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support MST 1.4.0

d4rky-pl opened this issue · comments

Mobx-state-tree 1.4.0 got released and it changes the way actions should be aborted.

Check out the changelog for more info

We should support a range of versions (>= 1.2.0) so this task should be implemented in a backwards-compatible way.

Solved with #21 and #22