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
I'm trying to use @lottiefiles/dotlottie-react (^0.12.3) in my next.js (^14.2.22) application, component works fine but if try to add layout prop (either empty object or with fit key) it is throwing TypeError: Cannot read properties of undefined (reading '0'). My lotties are loaded externally (not local files).
Any suggestions?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello team,
I'm trying to use
@lottiefiles/dotlottie-react
(^0.12.3) in mynext.js
(^14.2.22) application, component works fine but if try to addlayout
prop (either empty object or withfit
key) it is throwingTypeError: Cannot read properties of undefined (reading '0')
. My lotties are loaded externally (not local files).Any suggestions?
Thank you.
The text was updated successfully, but these errors were encountered: