Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 135 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 135 Bytes
 function prepareUpdate(instance, type, newProps, oldProps) {
  return diffProperties(instance, type, newProps, oldProps)
}