Skip to content

Commit

Permalink
update main component, fix signal bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rambip committed Nov 30, 2023
1 parent cfd7449 commit aad3c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,5 @@ pub fn __Md(

#[allow(non_snake_case)]
pub fn Markdown(props: __MdProps) -> impl IntoView {
::leptos::leptos_dom::Component::new("Test", move || render_markdown(&props, &props.src.get()))
move || render_markdown(&props, &props.src.get())
}

0 comments on commit aad3c98

Please sign in to comment.