Skip to content

Commit

Permalink
chore: 🤖 added playground .lottie error to console (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalz authored Oct 17, 2023
1 parent 524f553 commit 1ceab15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dotlottie-playground/src/components/playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export const Playground: React.FC<PlaygroundProps> = ({ file: dotLottieFile, fil
setDotLottie(newInstance);
} catch (error) {
toast(error.message, { type: 'error' });
throw error;
}
}
},
Expand Down

0 comments on commit 1ceab15

Please sign in to comment.