mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Disable macro SSR until I've added IDs
This commit is contained in:
parent
01013b00e5
commit
1b0aa4d903
1 changed files with 2 additions and 2 deletions
|
@ -229,8 +229,8 @@ pub fn view(tokens: TokenStream) -> TokenStream {
|
|||
&proc_macro2::Ident::new(&cx.to_string(), cx.span().into()),
|
||||
&nodes,
|
||||
// swap to Mode::default() to use faster SSR templating
|
||||
//Mode::Client
|
||||
Mode::default(),
|
||||
Mode::Client
|
||||
//Mode::default(),
|
||||
),
|
||||
Err(error) => error.to_compile_error(),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue