You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The optional chaining operator is not accepted. If I remove this one the next one raises another exception and so on.
We use this operator all the time in our own code without problems.
I can see that this package allows ES2020, but the package it wraps (@lottiefiles/dotlottie-web) only supports ES2015.
Could this be the problem?
We use Vue 3.3.13.
Consuming repo
What repo were you working in when this issue occurred?
@lottiefiles/dotlottie-vue
Labels
Add the Type: Bug label to this issue.
The text was updated successfully, but these errors were encountered:
Overview
"error in ./node_modules/@lottiefiles/dotlottie-vue/dist/index.js
Module parse failed: Unexpected token (28:28):"
The optional chaining operator is not accepted. If I remove this one the next one raises another exception and so on.
We use this operator all the time in our own code without problems.
I can see that this package allows ES2020, but the package it wraps (@lottiefiles/dotlottie-web) only supports ES2015.
Could this be the problem?
We use Vue 3.3.13.
Consuming repo
@lottiefiles/dotlottie-vue
Labels
Type: Bug
label to this issue.The text was updated successfully, but these errors were encountered: