You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2020. It is now read-only.
// this.props.menuItems: MenuItem[];// i.e. it is a typorama instance and lodash won't workvarselectedItem=_.find(this.props.menuItems,{id: this.props.selectedItemId});
One does this error very easily and it is not always immediately clear what's wrong. :-(
spoon lodash to throw error when it gets typorama object (just in development?)