You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a case where user input is used as tooltip. In the end I needed to overwrite the getTooltipContent function and changed return content to return escapeHTML(content) (escapeHTML exists already in my case). Would be nice if a simple option could be added.