Skip to content

Commit

Permalink
fix: πŸ› typo
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalz committed Sep 15, 2023
1 parent 0f14446 commit 2aaa8a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/common/src/dotlottie-player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export class DotLottiePlayer {
this._activeStateId = options.activeStateId;
}

const { rendererSettings, ...optionsReset } = options || {};
const { rendererSettings, ...optionsRest } = options || {};

this._animationConfig = {
loop: false,
Expand All @@ -245,7 +245,7 @@ export class DotLottiePlayer {
},
...rendererSettings,
},
...optionsReset,
...optionsRest,
};

if (options?.light) {
Expand Down

0 comments on commit 2aaa8a5

Please sign in to comment.