public static IComponentProps PrepareUpdate(
     VisualElement instance,
     string type,
     IComponentProps oldProps,
     IComponentProps newProps,
     VisualElement rootContainer,
     HostContext hostContext)
 {
     return(ComponentMapper.MakePropsDiff(type, oldProps, newProps));
 }