Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LottieAnimations import and assignment at app-level #2394

Merged
merged 2 commits into from
Jul 4, 2023

Conversation

joepavitt
Copy link
Contributor

@joepavitt joepavitt commented Jul 4, 2023

Description

With recent updates to LottieAnimations, we no longer append LottieAnimations to our application using .use(), instead, we have to import the specific component with import { LottieAnimation } from 'lottie-web-vue' and then append it to our application with app.component('lottie-animation', LottieAnimation)

Related Issue(s)

Fixes #2354

Checklist

@joepavitt joepavitt requested a review from knolleary July 4, 2023 09:34
@knolleary knolleary merged commit 37c8394 into main Jul 4, 2023
2 checks passed
@knolleary knolleary deleted the 2354-fix-lottie branch July 4, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI: broken lottie animations
2 participants