north korean supermarket
How to write an effect that depends on a store property?
I would like to scroll to the bottom of the list every time a list changes.
My list is a property of a store. I would like to write something like
but
on
only accepts type Accessor
. Is there another way to do this?12 replies
onClick event not appearing in DOM
Hi I have my Popup component as child to my Modal component. I would like to set an onClick event on my Popup component to stop propagation of the click event up to the Modal component.
However, the click event does not appear in the DOM at all. I have no clue how to debug this. Does anybody know what is going on?
My Popup component:
My Modal component:
6 replies