Open vaynevayne opened 1 year ago
I agree. It's sad that we need to use such inelegant workaround like:
private isSettingListOnMount = true; .... setList={(newList) => { if (this.isSettingListOnMount) { this.isSettingListOnMount = false; return; } this.props.onChange(newList); }}
I agree. It's sad that we need to use such inelegant workaround like: