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 have a click event on element A. Whenever it's clicked, the value of isPlaying is passed to component B via event subscription. However, it's very likely that the event won't be caught and executed by component B. Could you please help me identify the possible reasons for this
This is the click event of a component
This is the execute function of the component
The text was updated successfully, but these errors were encountered:
@2811267153 Are there any mounted components that are receiving the same event?
When I faced the same problem, I solved it by isolating the events in such cases.
Well, that is also strange...
I have a click event on element A. Whenever it's clicked, the value of isPlaying is passed to component B via event subscription. However, it's very likely that the event won't be caught and executed by component B. Could you please help me identify the possible reasons for this
This is the click event of a component
This is the execute function of the component
The text was updated successfully, but these errors were encountered: