Skip to content

Expose CSSOM.parse to CSSGroupingRule#113

Open
Juice10 wants to merge 1 commit into
NV:masterfrom
Juice10:patch-1
Open

Expose CSSOM.parse to CSSGroupingRule#113
Juice10 wants to merge 1 commit into
NV:masterfrom
Juice10:patch-1

Conversation

@Juice10

@Juice10 Juice10 commented Aug 13, 2021

Copy link
Copy Markdown

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:

var cssRule = CSSOM.parse(rule).cssRules[0];

@zero-t4

zero-t4 commented Jul 15, 2022

Copy link
Copy Markdown

Should be merged, facing same error

@Juice10

Juice10 commented Jul 15, 2022

Copy link
Copy Markdown
Author

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

@Twipped

Twipped commented Nov 1, 2022

Copy link
Copy Markdown

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.

@runlevel5

Copy link
Copy Markdown

Any update on this Pull Request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants