Build error during a deploy
TypeScript apps will fail to deploy when a feature is not compatible with your app's package version. The error shown in the build logs will typically be along the lines of:
Property <PropertyName> does not exist on interface <InterfaceName>
To resolve this, .