I have hideEffects defined for the child views of a nested viewStack. At some point in my workflow, that viewStack gets hidden. Before I bring it back into view, I'd like to change the selectedIndex without triggering the hideEffects.
I've tried using a function in the hideEffect property that would pass back the effect if on and null if effects were off. Could not find a way to make that work. Seemed that the property is only read on component creation. Is there a way to turn effects on and off?

