Whether can not use allotment even in next.js NOSSR component? #657
-
Hi, could this library used in Next.js nossr component? I check the description of allotment
base on it I think nossr page can use it, so in my next.js with electron template application I created a page like this, I use dynamic import to avoid SSR:
but it doesn't seem to be working: So in there I want to ensure whether disable SSR in next.js also cannot use allotment. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I wonder if it's because the |
Beta Was this translation helpful? Give feedback.
I wonder if it's because the
Allotment
component has no intrinsic height so it requires its parent to have height. For example, if you were to wrap theAllotment
component in adiv
with a non-zero height does it help?