mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
fix: restore SSR fast-path support
This commit is contained in:
parent
04eae63e39
commit
578853877a
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ pub fn view(tokens: TokenStream) -> TokenStream {
|
|||
Ok(nodes) => render_view(
|
||||
&proc_macro2::Ident::new(&cx.to_string(), cx.span()),
|
||||
&nodes,
|
||||
Mode::Client, //Mode::default(),
|
||||
Mode::default(),
|
||||
global_class.as_ref(),
|
||||
),
|
||||
Err(error) => error.to_compile_error(),
|
||||
|
|
Loading…
Reference in a new issue