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
first we cant and shouldnt no longer use __context_COMPONENT variables
maybe we can handle this with the viewhelperVariableContainer
need to cover more complex scenarios like:
we have a carousel maybe as primitive and more lowlevel and a marquee as consumer component. Lets say the marquee.root renders the carousel.root and content and stuff as controlled with a custom rootId. The marquee.item renders a carousel.item. The carousel.item (rendered by the marquee.item) currently has no access to the carousel.root context that was rendered by the marquee.root
first we cant and shouldnt no longer use __context_COMPONENT variables
maybe we can handle this with the viewhelperVariableContainer
need to cover more complex scenarios like:
we have a carousel maybe as primitive and more lowlevel and a marquee as consumer component. Lets say the marquee.root renders the carousel.root and content and stuff as controlled with a custom rootId. The marquee.item renders a carousel.item. The carousel.item (rendered by the marquee.item) currently has no access to the carousel.root context that was rendered by the marquee.root