mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
fix csr for use_cookie
This commit is contained in:
parent
07f0a13c9d
commit
0d546d464a
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@ impl Default for UseCookieOptions {
|
|||
.unwrap_or_default()
|
||||
.to_owned()
|
||||
}
|
||||
#[cfg(not(feature = "ssr"))]
|
||||
"".to_owned()
|
||||
}),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue