Closed GarrettEHill closed 1 year ago
callbackType: CallbackType.Replace, is not a valid option for custom templates as CallbackType.Replace is not defined within their context.
you need to reference the actual value of that enum: replace
replace
other values:
https://github.com/nvms/wingman/blob/main/src/templates/render.ts#L82-L88
callbackType: CallbackType.Replace, is not a valid option for custom templates as CallbackType.Replace is not defined within their context.