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 think it's just a bug in the latest two releases of the cssstyle library.
BTW: Seems the older versions of the cssstyle library also had an issue:
I think it should be style.webkitTransform, not style.WebkitTransform => lower-case "W"
The following unit test in "Render.spec.js" fails if a "jsdom" version >= 11.12.0 is used:
As a quick workaround the jsdom version in package.json has been set to "11.11.0" in branch "issue76".
The text was updated successfully, but these errors were encountered: