hickory
hickory copied to clipboard
React-compatible :style attribute
React wants a map instead of string.
Invariant Violation: The
styleprop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.
It would be nice to have support for this
Bump!