dojo/framework

Shallow diff should use `auto` internally to deal with all type of properties

agubler opened this issue · 0 comments

Enhancement

The shallow diff internally uses itself until the specified depth has been reached. If the values are not objects/arrays before the maximum depth, then it can incorrectly report the values as changed.