MobX v4.11.0 Release Notes

  • 💥 BREAKING CHANGE

    🔒 Reverted the support of Symbols in general in MobX 4, as it gives to many potential build errors and increases the system requirements for MobX 4 (which was an oversight in 4.10.0). Apologies for the breaking change (lack of new major version numbers). If lock files are properly used however, no harm should be caused by this change.

    • ⏪ Reverted Symbol support in observable maps and objects. Reverts #1944 through #1988. Fixes #1986, #1987