#useVisibleTask$ doesn't seem to running for a component with a conditional display.

2 messages · Page 1 of 1 (latest)

past vapor
#

I have been trying to lean qwik with an app with multiple modal components.

There is a modal component to select product variants(modifiers) . This is registerd in the route layout file. I am trying to control the display using a dialog context store. when the user clicks on the product, this dialog should appear. It is working fine now. but when I do this conditional display useVisibleTask$ in the ModifierSelectionModal component does seem to be running.

is it the right behaviour? am I missing something?