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

Missing CSSStyleRule which extends CSSRule #2943

Closed
kof opened this issue Dec 4, 2016 · 1 comment
Closed

Missing CSSStyleRule which extends CSSRule #2943

kof opened this issue Dec 4, 2016 · 1 comment
Labels
Library definitions Issues or pull requests about core library definitions

Comments

@kof
Copy link
Contributor

kof commented Dec 4, 2016

Initially I thought CSSRule declaration should have style property, but no actually we miss an entire class CSSStyleRule which inherits from CSSRule and implements style property.

https://github.com/facebook/flow/blob/master/lib/cssom.js#L42

@kof kof changed the title Missing property .style in CSSOM type of CSSRule Missing CSSStyleRule which extends CSSRule Dec 4, 2016
@vkurchatkin vkurchatkin added the Library definitions Issues or pull requests about core library definitions label Dec 4, 2016
@soleh23
Copy link

soleh23 commented Dec 31, 2018

Experiencing the same issue, currently on flow-bin v0.81.0, but even after upgrade to v0.87.0 the error was occurring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Library definitions Issues or pull requests about core library definitions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants