Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changing size breaks order #51

Open
farfromrefug opened this issue Jan 3, 2017 · 3 comments
Open

changing size breaks order #51

farfromrefug opened this issue Jan 3, 2017 · 3 comments
Labels

Comments

@farfromrefug
Copy link

If you change the size of any child then sizePropsUpdated is set to true, then setSize is called, which ignore the order from props

@farfromrefug
Copy link
Author

Actually is quite worse. When you set the order through props, and the order is not 'default', then most things don't work (resize, ... )
I think this is because the order (thus this.state.panes) is not used in render.

@bokuweb bokuweb added the bug label Jan 3, 2017
@bokuweb
Copy link
Owner

bokuweb commented Jan 3, 2017

@farfromrefug thanks for your report!! I will investigate. May I have your time, please.

@muellerluke
Copy link

Has this been fixed? I'm working with the controlled example and the resizing isn't working and once I try resizing, then changing the order doesn't work either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants