mobxjs / mobx-state-tree

Full-featured reactive state management without the boilerplate

Home Page:https://mobx-state-tree.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests and documentation for debug names in complex types

coolsoftwaretyler opened this issue · comments

In #2049, we added debug names to MST complex types (array, map, and object).

The human-readable names appear in MobX error messages and in the trace utility.

We should add some additional test coverage for this, along with updated documentation reflecting it.