Renato Pozzi
Renato Pozzi
Hello @tomthor, please check out the new v3.0.0 version just published. In addition to a number of performance and bundle size improvements, the problem you reported has been fixed, now...
Hello Guys. Please check out the new v3.0.0 version just published. In addition to a number of performance and bundle size improvements, the problem you reported has been fixed.
Close due to inactivity. Please check out the new v3.0.0 version just published. In addition to a number of performance and bundle size improvements, the problem you reported probably has...
This is **the solution** to make the entire overlay scrollable without errors, just change the Overlay and the Content as below. ```tsx const DialogOverlay = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className,...
Hello! Do you have an example of what are you talking about?
Hello! I need to reasonate about this issue, but i think it can be affordable, the idea would be passing the entire item on the render method, and let the...
Hello @cooltaiwanesesam, i currently fixed the issue in the latest version, Basically i prevent rendering to avoid the flickering. There's a working example using Next.js 14 here: https://react-plock-with-nextjs.vercel.app/. I think...
This is something that can actually be solved by implementing a different resolution for the items in the columns, but for this specific case would be mandatory to pass the...
> @askides I understand one of the goals of this library is to be super lightweight, but I wonder if adding this alternative layout resolution as an optional customization option...
Happy news! From the v3.4.0 it will be possible to use a `useLayoutBalance` flag, this will improve the balancing of the items to avoid the described problem. This is completely...