mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-22 06:18:41 +00:00
@@ -71,6 +71,9 @@ const NativeMethodsMixin = {
|
||||
const node = findNodeHandle(this);
|
||||
const classList = Array.prototype.slice.call(node.classList);
|
||||
const style = { ...node.style };
|
||||
// See #454
|
||||
delete style.length;
|
||||
|
||||
const domStyleProps = { classList, style };
|
||||
|
||||
// Next DOM state
|
||||
|
||||
Reference in New Issue
Block a user