File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1328,6 +1328,7 @@ class AnimatedModulo extends AnimatedWithChildren {
1328
1328
1329
1329
__detach(): void {
1330
1330
this._a.__removeChild(this);
1331
+ super.__detach();
1331
1332
}
1332
1333
1333
1334
__getNativeConfig(): any {
@@ -1378,6 +1379,7 @@ class AnimatedDiffClamp extends AnimatedWithChildren {
1378
1379
1379
1380
__detach(): void {
1380
1381
this._a.__removeChild(this);
1382
+ super.__detach();
1381
1383
}
1382
1384
1383
1385
__getNativeConfig(): any {
@@ -1461,6 +1463,7 @@ class AnimatedTransform extends AnimatedWithChildren {
1461
1463
}
1462
1464
}
1463
1465
});
1466
+ super.__detach();
1464
1467
}
1465
1468
1466
1469
__getNativeConfig(): any {
@@ -1568,6 +1571,7 @@ class AnimatedStyle extends AnimatedWithChildren {
1568
1571
value.__removeChild(this);
1569
1572
}
1570
1573
}
1574
+ super.__detach();
1571
1575
}
1572
1576
1573
1577
__makeNative() {
You can’t perform that action at this time.
0 commit comments