Context in components
I want to basically do what is currently doable with the toast plugin : we insert the toast element - > we put our elements of the page inside the toast element - > now the toast actions are available to all child elements . so what I do is [create a component ] ( https://toddle.dev/projects/moccasin_palpatine_chief_rook/branches/start/components/notification-popover?leftpanel=design&canvas-width=800&canvas-height=800&rightpanel=style&selection=nodes.KtbvoLP7IGXLZ44g6FDM2 ) - > set a workflow show -popover - > create a slot . in [the page ] ( https://toddle.dev/projects/moccasin_palpatine_chief_rook/branches/start/components/test4%20context?leftpanel=design&canvas-width=800&canvas-height=800&rightpanel=style ) , I put the reusable and add a child to it . now , I should be able to access the workflow that I created but I cant seem able to do it . what am i missing ? thanks