Skip to content

Commit 757025f

Browse files
committed
[entity-browser4] fix bugs, add more suggestions
1 parent 0423ae5 commit 757025f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hyperfiddle/electric_forms4.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ accept the previous token and retain the new one."
151151
(identity authoritative-v)) ; HACK prevent a crash if `authoritative-v` binding is (e/server ...)
152152
::validation nil})
153153
{::keys [token value validation]} (e/watch !selected)]
154-
(dom/With-element as
154+
(dom/With-element (e/Reconcile as)
155155
(e/fn []
156156
(dom/props {:role "radiogroup", :data-errormessage (not-empty (str (Validate value)))})
157157
(reset! !selected (Body value))

0 commit comments

Comments
 (0)