function Component(props) { const count = new MaybeMutable(); return ( {Text} {{maybeMutate(count)}} ); }