feat: add IntoPropValue<ChildrenRenderer<VNode>> for string-like types by Madoshakalaka · Pull Request #4095 · yewstack/yew
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 1.5k
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters