We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When the VGrid container size decreases (i.e. on orientation change or when a sidebar is opened), VGrid does not adjust as expected.
The text was updated successfully, but these errors were encountered:
Could you write down how to reproduce it? VGrid is an experimental component so it may have bugs or some not good points.
Sorry, something went wrong.
Here's a minimal example: https://codesandbox.io/p/sandbox/wandering-moon-ykgy4g
Open the preview in a new tab, maximize, restore and observe that the grid does not resize down.
Here's a minimal example: https://codesandbox.io/p/sandbox/wandering-moon-ykgy4g Open the preview in a new tab, maximize, restore and observe that the grid does not resize down.
I've also experienced this issue, as quick fix you can assign unique key property to wrapper component ( it works for orientation change case)
No branches or pull requests
Describe the bug
When the VGrid container size decreases (i.e. on orientation change or when a sidebar is opened), VGrid does not adjust as expected.
The text was updated successfully, but these errors were encountered: