Skip to content

Latest commit

 

History

History

prepareUpdate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 function prepareUpdate(instance, type, newProps, oldProps) {
  return diffProperties(instance, type, newProps, oldProps)
}