I encountered an issue where, after using Link or useNavigate for navigation inside the GridStackItem content, the ui-resizable-autohide CSS is not properly removed, causing the resize handle to display incorrectly. Sorry for the inconvenience, and thank you in advance for your help.
<GridStackContainer initialOptions={uncontrolledInitialOptions}>
<GridStackItem id="000-item1">
<div style={{ color: "yellow" }}>
<Link to="/demo">hello</Link>
</div>
</GridStackItem>
<GridStackItem id="000-item2">
<div style={{ color: "blue" }}>grid</div>
</GridStackItem>
</GridStackContainer>