membrane

escherize 2023-10-21T05:31:30.302659Z

There’s a typo on https://phronmophobic.github.io/membrane/membrane-topics.html#Background reference key should be :$text, actually > For example, for a call to (basic/textarea {:text “foo”}), the reference key is :$foo. The defui macro will add this extra info for you, but it may be useful to provided it explicitly, (basic/textarea {:text “foo” :$text foo-ref}).

👍 1