* Port https://github.com/mattermost/mattermost-webapp/pull/9263 to mobile
* Fix forms props from commands and missing error->text change
* lint
* various fixes
* fix lookups for command parser
* update app command parser
* fixes
* fixes with embedded forms
* lint and types
* remove bindings.expanded fix for cleaning bindings on render
* lint
* re-expand bindings on post update
Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>
* Handle user and channel provider from the app parser
* Do not process mapStateToProps on appsTakeOver
* Fix tsc
* Address feedback
* Fix broken reference
* Address feedback and fix tests
* Fix i18n
* Use instantiated teamID on parser context
* Address feedback
* Fix test
* Address feedback
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>