Skip to content

Commit 1623412

Browse files
committed
chore: remove some todo
1 parent 9f8a099 commit 1623412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/frender/src/hooks_ext.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub trait ShareValueExt: ShareValue {
4949
fn into_element(self) -> element::SignalIntoElement<Self, element::WithToElement>
5050
where
5151
Self: Sized,
52-
Self::Value: crate::ToElement, // TODO: relax to ToSsrElement
52+
Self::Value: crate::ToElement,
5353
{
5454
element::SignalIntoElement(self, element::WithToElement)
5555
}
@@ -59,7 +59,7 @@ pub trait ShareValueExt: ShareValue {
5959
) -> element::SignalIntoElement<Self::OwnedShareValue, element::WithToElement>
6060
where
6161
Self: Sized + ToOwnedShareValue,
62-
Self::Value: crate::ToElement, // TODO: relax to ToSsrElement
62+
Self::Value: crate::ToElement,
6363
{
6464
self.to_owned_share_value().into_element()
6565
}

0 commit comments

Comments
 (0)