CSSOM
CSSOM copied to clipboard
Expose CSSOM.parse to CSSGroupingRule
Currently CSSGroupingRule is calling CSSOM.parse but parse
wasn't included which leads to a syntax error.
This PR fixes that
Line which is currently calling CSSOM.parse
: https://github.com/NV/CSSOM/blob/a469aae2f92e454e669aec821781626924f98d17/lib/CSSGroupingRule.js#L41
Should be merged, facing same error
@zero-t4 check out https://www.npmjs.com/package/rrweb-cssom, it has this PR merged
We have also have been hitting this bug for a while now. Thankfully JSS traps it and just spits out a warning, but it'd be nice to see those warnings squashed.
Any update on this Pull Request?