How does the sdk observeElement work
In the docs it says it uses a mutation observer under the hood and disconnects when the element loads. API Reference | CC Developer Portal
I notice some elements re-render repeatedly shaking loose event handlers and updates previously made. Does observeElement take this into account? Also is there any way to do this for multiple elements like a querySelectorAll version of this?
Thanks!