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
getPropValue(getProp(node.attributes, 'style')) for below code is returning { display: 'none' } where as it should return with expression like { display: (slideIndex === 0) ? "block" : "none" }.