bland-pharmacist-96854
12/23/2024, 12:42 PMreturn undefined
when not matching the transform condition?? would this clear up the custom resource options for example?late-balloon-24601
12/23/2024, 5:40 PMtransforms: [
args => {
if (blah) {
// make changes to args.props and args.opts
}
return args
}
]
bland-pharmacist-96854
12/24/2024, 12:48 PM