lilactown / helix

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

Support :key and :ref on factory components #66

Closed SevereOverfl0w closed 4 years ago

SevereOverfl0w commented 4 years ago

Doesn't work: (my-component {:key 10}). Does work ($ (helix/type my-component) {:key 10}).