Skip to main content

diff_props

Function diff_props 

Source
pub fn diff_props(
    node_id: NodeId,
    old_props: &IndexMap<String, Value>,
    new_props: &IndexMap<String, Value>,
) -> Vec<Patch>
Expand description

Diff two sets of props and generate SetProp patches