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
Version '2025.1.2' introduced a problem for me, the MutationObserver selector seems to be too broad, unrelated manipulations to the DOM (outside of ts) break the widget, in my case the problem was as simple as setting property "textContent" of a div. Downgrading to 2015.1.1 to me solved the problem.
Kind regards,
The text was updated successfully, but these errors were encountered:
Hi,
Version '2025.1.2' introduced a problem for me, the MutationObserver selector seems to be too broad, unrelated manipulations to the DOM (outside of ts) break the widget, in my case the problem was as simple as setting property "textContent" of a div. Downgrading to 2015.1.1 to me solved the problem.
Kind regards,
The text was updated successfully, but these errors were encountered: