We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8a099 commit 1623412Copy full SHA for 1623412
packages/frender/src/hooks_ext.rs
@@ -49,7 +49,7 @@ pub trait ShareValueExt: ShareValue {
49
fn into_element(self) -> element::SignalIntoElement<Self, element::WithToElement>
50
where
51
Self: Sized,
52
- Self::Value: crate::ToElement, // TODO: relax to ToSsrElement
+ Self::Value: crate::ToElement,
53
{
54
element::SignalIntoElement(self, element::WithToElement)
55
}
@@ -59,7 +59,7 @@ pub trait ShareValueExt: ShareValue {
59
) -> element::SignalIntoElement<Self::OwnedShareValue, element::WithToElement>
60
61
Self: Sized + ToOwnedShareValue,
62
63
64
self.to_owned_share_value().into_element()
65
0 commit comments