Skip to content

fix inline styling error #47

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

Merged
merged 1 commit into from
Oct 1, 2015
Merged

Conversation

robkuz
Copy link
Contributor

@robkuz robkuz commented Oct 1, 2015

At the moment inline styles are never rendered by purescript-react. I dont know if this has a negative effect on

aria :: forall ariaAttrs. { | ariaAttrs } -> Props
aria = unsafeUnfoldProps "aria"

_data :: forall dataAttrs. { | dataAttrs } -> Props
_data = unsafeUnfoldProps "data"

At the moment inline styles are never rendered by purescript-react. I dont know if this has a negative effect on 

```
aria :: forall ariaAttrs. { | ariaAttrs } -> Props
aria = unsafeUnfoldProps "aria"

_data :: forall dataAttrs. { | dataAttrs } -> Props
_data = unsafeUnfoldProps "data"
```
paf31 added a commit that referenced this pull request Oct 1, 2015
fix inline styling error
@paf31 paf31 merged commit cbe6f58 into purescript-contrib:master Oct 1, 2015
@paf31
Copy link
Contributor

paf31 commented Oct 1, 2015

👍 Looks good, thanks!

@paf31
Copy link
Contributor

paf31 commented Oct 1, 2015

Released

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

Successfully merging this pull request may close these issues.

2 participants