mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
parent
4032bfc210
commit
a2eaf9b3ee
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ cfg_if! {
|
|||
}
|
||||
}
|
||||
|
||||
/// A stable identifer within the server-rendering or hydration process.
|
||||
/// A stable identifier within the server-rendering or hydration process.
|
||||
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
||||
pub struct HydrationKey {
|
||||
/// The key of the previous component.
|
||||
|
|
Loading…
Reference in a new issue