TypeScript App Troubleshooting
Build error during a deploy
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>
To resolve this, upgrade your @journeyapps/runtime-build
package to a newer version.
Last updated