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 have a component similar to the following that renders fine in our app, however in the style guide it raises errors on window.getComputedStyle(this.element).fontSize. I'm not sure exactly what the bug is, but figured it was worth raising.
Hey @chrisdrackett, I'm facing a similar issue with jquery. I'm using it from the window as window.$ and it says undefined. Could you point me to how you figured this out?
I have a component similar to the following that renders fine in our app, however in the style guide it raises errors on
window.getComputedStyle(this.element).fontSize
. I'm not sure exactly what the bug is, but figured it was worth raising.The text was updated successfully, but these errors were encountered: