@@ -369,7 +369,7 @@ function setFullProps(
|
||||
continue
|
||||
}
|
||||
}
|
||||
if (value !== attrs[key]) {
|
||||
if (!(key in attrs) || value !== attrs[key]) {
|
||||
attrs[key] = value
|
||||
hasAttrsChanged = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user