Replies: 2 comments 3 replies
-
So far as I know, that should work. The warning sounds like it's firing incorrectly. I'd welcome a PR that adds a unit test and fixes it :) |
Beta Was this translation helpful? Give feedback.
3 replies
-
@bvaughn Thank you. I've set the default and minsize to 0. Then via className using Tailwindcss responsive classes set the min-width for my Panel to 300px for screen larger than 640px.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to figure out how to load a panel with it's default state as collapsed while it still has
minSize
forcollapsible
. I have tried setting thedefaultSize = {0}
to start but I get the warningdefault size should not be less than min size
.Not that it is just a warning about invalid configuration; it actually does what I want but it seems that I am doing something wrong.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions