Merge branch '100le-master' into develop

This commit is contained in:
moklick
2020-09-05 12:01:39 +02:00
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -41,6 +41,10 @@ const useElementUpdater = (propElements: Elements): void => {
if (typeof propElement.isHidden !== 'undefined') {
elementProps.isHidden = propElement.isHidden;
}
if (typeof propElement.type !== 'undefined') {
elementProps.type = propElement.type;
}
if (isNode(existingElement)) {
const propNode = propElement as Node;