Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose CSSOM.parse to CSSGroupingRule #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Juice10
Copy link

@Juice10 Juice10 commented Aug 13, 2021

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
Copy link

zero-t4 commented Jul 15, 2022

Should be merged, facing same error

@Juice10
Copy link
Author

Juice10 commented Jul 15, 2022

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

@Twipped
Copy link

Twipped commented Nov 1, 2022

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

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.

None yet

6 participants