the ref in PanelGroup is always null. Not able to call Imperative PanelGroup API because of that. #345
Closed
imran-amura
started this conversation in
General
Replies: 1 comment
-
Sounds like you aren't using the ref correwctly.
You haven't shared any code or anything that could be checked, so there's no way I can help. |
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 want to manually resize the panels. I used Imperative Panel API, but not satisfies with that. So I thought to use PanelGroup API. But when pass a ref to it and console log on the same Component, it always show null. the ref is not implemented correctly in PanelGroup.
Kindly check this. Thanks
Beta Was this translation helpful? Give feedback.
All reactions