diff --git a/src/shared/property.js b/src/shared/property.js index 6763be2e..b1ea9258 100644 --- a/src/shared/property.js +++ b/src/shared/property.js @@ -181,7 +181,6 @@ export const propertySum = (transform, ...parent) => { }; const inner = new WritableProperty(transform(...getValues())); const onUpdated = () => { - const values = getValues(); inner.set(transform(...getValues())); }; parent.forEach((p) => {