Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Not able to save Binder state on Un-mounting #100

Open
Nikhilkhatter opened this issue Aug 21, 2019 · 0 comments
Open

Not able to save Binder state on Un-mounting #100

Nikhilkhatter opened this issue Aug 21, 2019 · 0 comments

Comments

@Nikhilkhatter
Copy link

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}

        </Binder>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant