Skip to content

Commit 6cd731c

Browse files
authored
Merge pull request #4186 from leptos-rs/4184
A few pieces of lazy island clean-up
2 parents f1b6b79 + 623ee08 commit 6cd731c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

leptos_macro/src/component.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ impl ToTokens for Model {
548548
quote! {
549549
#[::leptos::prelude::lazy]
550550
#[allow(non_snake_case)]
551-
async fn #outer_name (el: ::leptos::web_sys::HtmlElement) {
551+
fn #outer_name (el: ::leptos::web_sys::HtmlElement) {
552552
#hydrate_fn_inner
553553
}
554554

wasm_split/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm_split_helpers"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Greg Johnston"]
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)