1 2 3 4 5 6 7 8 9 10
#[component] fn SidebarSection() -> Element { rsx! { div { onclick: move |_| { .doesnt_work() } } } }