CSSOM icon indicating copy to clipboard operation
CSSOM copied to clipboard

Expose CSSOM.parse to CSSGroupingRule

Open Juice10 opened this issue 3 years ago • 4 comments

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

Juice10 avatar Aug 13 '21 16:08 Juice10

Should be merged, facing same error

zero-t4 avatar Jul 15 '22 15:07 zero-t4

@zero-t4 check out https://www.npmjs.com/package/rrweb-cssom, it has this PR merged

Juice10 avatar Jul 15 '22 15:07 Juice10

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.

Twipped avatar Nov 01 '22 17:11 Twipped

Any update on this Pull Request?

runlevel5 avatar Mar 23 '23 12:03 runlevel5