With cycle.js I am trying to create a reusable component that can exist multiple times of the page, including event handlers.
When using DOMSource.select
it seems to be matching on the entire app container. Is there a way I can .select
from only my (this instance of the component's) sub elements?