In static async applyEffectToZone({effectUuids=[], effectData=[]}, region, messageId)
at let zoneEffect = await CONFIG.ActiveEffect.documentClass.create(originalEffect.convertToApplied(message?.system?.test), {temporary : true, message : message?.id});
returns zoneEffect and the item is undefined, when it was there just a moment ago (originalEffect). The uuid is still in effect.system.sourceData.item.
In
static async applyEffectToZone({effectUuids=[], effectData=[]}, region, messageId)at
let zoneEffect = await CONFIG.ActiveEffect.documentClass.create(originalEffect.convertToApplied(message?.system?.test), {temporary : true, message : message?.id});returns zoneEffect and the item is undefined, when it was there just a moment ago (originalEffect). The uuid is still in effect.system.sourceData.item.