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}).