-
Notifications
You must be signed in to change notification settings - Fork 73
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 ReflexElement size causes error #101
Comments
Same issue than #98...? You need to specify correct |
Ok, I've added
|
This feature is to control programmatically the size of a resizable
However if that's your complete code you should consider not using Reflex for such basic behavior. That lib is mostly useful when you need user-resizable elements within your layout. If we stick to the initial scenario, you should rather use simple css combined with React code to control the size of your panes. For example the left side would have |
I'm getting following error:
when I try to change pane size:
Am I doing something wrong or is a lib issue?
The text was updated successfully, but these errors were encountered: