lilactown / helix

A simple, easy to use library for React development in ClojureScript.
Eclipse Public License 2.0
627 stars 52 forks source link

accept non-object primitives in style vector #67

Closed alidcast closed 4 years ago

alidcast commented 4 years ago

I have a component that accepts string shorthands in style vector, e.g. {:style ["flex-1"]}, but errors out with Helix since its wrapping all vector items in primitive-obj.