Disable macro SSR until I've added IDs

This commit is contained in:
Greg Johnston 2022-12-15 08:36:46 -05:00
parent 01013b00e5
commit 1b0aa4d903
1 changed files with 2 additions and 2 deletions

View File

@ -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(),
}