TypeScript App Troubleshooting
TypeScript apps will fail to deploy when a feature is not compatible with your app's
@journeyapps/runtime-build
package version. The error shown in the build logs will typically be along the lines of: Property <PropertyName> does not exist on interface <InterfaceName>
Last modified 6mo ago