mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
Problem: docs test broken with missing codec constructors
This commit is contained in:
parent
f3ea5dcd74
commit
1a27eb0034
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ where
|
||||||
/// let (id, set_id, _) = use_storage_with_options::<String, ProstCodec>(
|
/// let (id, set_id, _) = use_storage_with_options::<String, ProstCodec>(
|
||||||
/// StorageType::Session,
|
/// StorageType::Session,
|
||||||
/// "my-id",
|
/// "my-id",
|
||||||
/// UseStorageOptions::prost_codec(),
|
/// UseStorageOptions::default(),
|
||||||
/// );
|
/// );
|
||||||
/// # view! { }
|
/// # view! { }
|
||||||
/// # }
|
/// # }
|
||||||
|
|
Loading…
Add table
Reference in a new issue