We're using the custom launcher on our website and it seems that randomly the script will eat clicks to the component and not launch the messenger. Is there any debugging suggestions for how this might happen?
We've debugged using dev tools and clicking on the element with no console errors or anything else that might signal why it's just eating the clicks and not popping up the messenger. We don't have any click handlers and only pass in the class so we're not sure what else we could do to fix this problem.
> custom_launcher_selector:'#my_custom_link'
Has this ever been reported before?