bugfixes
This commit is contained in:
@@ -160,6 +160,7 @@ class Shape {
|
||||
|
||||
|
||||
setPropsIfDirty(props) {
|
||||
// console.log('dirtyProps', this.props, props, dirtyProps(this.props, props))
|
||||
if( dirtyProps(this.props, props) )
|
||||
this.setProps(props)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user