(merge-props defaults props)
Utility function that merges two maps, handling :class and :style
specially, like React's transferPropsTo.
Source
(defn
merge-props
"Utility function that merges two maps, handling :class and :style\n specially, like React's transferPropsTo."
[defaults props]
(util/merge-props defaults props))