Skip to content

Commit

Permalink
fix: MemoPhantomAndProvideFirstArgument
Browse files Browse the repository at this point in the history
  • Loading branch information
EqualMa committed Jul 30, 2024
1 parent 56e25ac commit db1ece6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frender/src/memoed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ mod element {
{
type RenderStateKind = crate::memoed::Kind<K, Dep>;

frender_html::proxy_csr_element!(|this| this.f);
frender_html::proxy_csr_element!(|this| this.into_memo_phantom());
}
}
}
Expand Down

0 comments on commit db1ece6

Please sign in to comment.