Skip to content

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