Testing trying to keep serialization through interface
More variables called through app, reversed to original. keep serialization through interface.
This commit is contained in:
@@ -142,7 +142,7 @@ const ZoomedUiControl = withTheme(withStyles(
|
||||
|
||||
}
|
||||
|
||||
componentDidUpdate(oldProps: ZoomedUiControlProps) {
|
||||
componentDidUpdate(oldProps: ZoomedUiControlProps, oldState: ZoomedUiControlState) {
|
||||
if (this.hasControlChanged(oldProps, this.props)) {
|
||||
let currentValue = this.getCurrentValue();
|
||||
if (this.state.value !== currentValue) {
|
||||
|
||||
Reference in New Issue
Block a user