Fixing issue with Repeater refusing to use ES classes as values.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2025-04-22 05:08:19 +02:00
parent 04e070058e
commit 5586f0c214
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
4 changed files with 14 additions and 7 deletions

View file

@ -377,4 +377,4 @@ export function serializesByPropertyType(propertyType, value) {
} else
throw new TypeError(`Exportation error: Unknown property type ${propertyType}.`)
return result
}
}