Open blackmiaool opened 7 years ago
shouldComponentUpdate = (nextProps) => { return this._visible || !nextProps.host; };
This piece of code prevents recycle system functioning
This piece of code prevents recycle system functioning