Hi,
I was wondering what the best way is to trigger some javascript after every component (re-)render.
For re-rendering a selectbox component for instance the element.updated hook seems to get triggered for every option in the select.
There does seem to be a component.initialized hook but not something like a component.updated hook.
From what I tested message.processed seems to be ran 1 time after a re-render of the component so that might be the way to go.
I am wondering if there’s a better hook or better way to do this, or maybe even if something like a component.updated hook is still in the pipeline?