We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a61765 commit c9bb4ebCopy full SHA for c9bb4eb
component/packages/wu-lottie/src/index.tsx
@@ -36,7 +36,7 @@ export class WuLottie extends WuComponent implements OnConnected, OnDisConnected
36
}
37
38
public override disConnected(): void {
39
-
+ this.lottieInstance.destroy();
40
41
42
private init(){
0 commit comments