how to rerender component, when access store prop on component level?
Hi Guys,
I have a store, which I have a property to be edited. Once the property is set, a modal should open, if the property is unset, the model closes.
something like this:
but this wont work. If I wrap my access on the ticket of the store in a create effect, I can see it changes.
what I thought of, to create a signal, set the signal via createEffect, and then render the modal. But I like to avoid this approach. is there a better way?
I have a store, which I have a property to be edited. Once the property is set, a modal should open, if the property is unset, the model closes.
something like this:
but this wont work. If I wrap my access on the ticket of the store in a create effect, I can see it changes.
what I thought of, to create a signal, set the signal via createEffect, and then render the modal. But I like to avoid this approach. is there a better way?
