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 element getters in dotlottie-wc are not properly reflecting the dotLottie instance state. for example, the loop property on the dotlottie-wc element returns undefined, even when the attribute is set in the markup.
Overview
The element getters in
dotlottie-wc
are not properly reflecting thedotLottie
instance state. for example, theloop
property on thedotlottie-wc
element returnsundefined
, even when the attribute is set in the markup.Steps to Reproduce
dotlottie-wc
component to your project:loop
property using JavaScript:loop
property is not reflecting thedotLottie
instance state.Expected Behavior
The
loop
property should returntrue
, matching the attribute defined in the markup.Actual Behavior
The
loop
property returnsundefined
, indicating a mismatch between the attribute and the instance state.Labels
Type: Bug
label to this issue.The text was updated successfully, but these errors were encountered: