refactor(elementUpdater): dont append undefined style to node #251
This commit is contained in:
@@ -55,7 +55,6 @@ const useElementUpdater = (elements: Elements): void => {
|
|||||||
return {
|
return {
|
||||||
...existingNode,
|
...existingNode,
|
||||||
data,
|
data,
|
||||||
style,
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user