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
It seems that IE/Edge throws the following exception
unexpected call to method or property access
when you attach a plot to an item that is not a child element of document.body (e. g. when using Riot.js or React).
This happens because of a call to getComputedTextLength() which doesn’t seem to be supported for elements that are not child nodes of the body.
The text was updated successfully, but these errors were encountered:
It seems that IE/Edge throws the following exception
when you attach a plot to an item that is not a child element of document.body (e. g. when using Riot.js or React).
This happens because of a call to getComputedTextLength() which doesn’t seem to be supported for elements that are not child nodes of the body.
The text was updated successfully, but these errors were encountered: