feat: add IntoPropValue<ChildrenRenderer<VNode>> for string-like types by Madoshakalaka · Pull Request #4095 · yewstack/yew

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

String, &AttrValue, Rc<str>, and Cow<'static, str> can now be used
directly as children of components with `children: Children` props,
without requiring an explicit `.into()` call.

github-actions[bot]