zooniverse / alice

A front end tool allowing reviewing and editing of Zooniverse transcription data.
Apache License 2.0
3 stars 1 forks source link

Upgrade to mobx-state-tree 5 and mobx 6 #636

Open eatyourgreens opened 11 months ago

eatyourgreens commented 11 months ago

mobx-state-tree 3.17.3 is three years' old and I don't think it's actively maintained.

Version 5 requires mobx 6 but Alice is still on mobx 5.15.7 (also 3 years old but, I think, still maintained.)

eatyourgreens commented 11 months ago

Actions are immutable in MobX 6. The Alice tests mutate actions by stubbing them with sinon. That’s a big blocker to upgrading. See #309.