⬆️ Update rumext and shadow-cljs

This commit is contained in:
Andrey Antukh 2024-02-26 17:19:43 +01:00
parent c7001fed3c
commit c80da1bbac
11 changed files with 30 additions and 29 deletions

View file

@ -88,9 +88,10 @@
(dom/blur! input))))
context-value
(mf/spread-obj props {:on-change on-change'
:encode-fn encode-fn
:decode-fn decode-fn})]
(mf/spread props
:on-change on-change'
:encode-fn encode-fn
:decode-fn decode-fn)]
[:& (mf/provider context) {:value context-value}
[:div {:class (dm/str class " " (stl/css :radio-btn-wrapper))