You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
binder state has to be saved on unmounting ,
tried
<Binder
id={binderId}
active={this.state.active}
memory={true}
refreshStrategy={'previous'}
strategy={'mirror'}
onLeft={this.onLeft}
onUp={this.onUp}
onDown={this.onDown}
onRight={this.onRight}
onRightExit={this.onRight}
onEnter={this.onRight}>
binder state has to be saved on unmounting ,
tried
<Binder
id={binderId}
active={this.state.active}
memory={true}
refreshStrategy={'previous'}
strategy={'mirror'}
onLeft={this.onLeft}
onUp={this.onUp}
onDown={this.onDown}
onRight={this.onRight}
onRightExit={this.onRight}
onEnter={this.onRight}>
{rows}