-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
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
[Grid] Fix prop check for applying wrap-reverse #30813
[Grid] Fix prop check for applying wrap-reverse #30813
Conversation
Hi. Thanks for opening the PR. I can confirm in this codesandbox that the issue is fixed. Can you add a unit test to prevent this bug from happening again in the future? |
No problemo. Unit test has been added. Cheers. |
I have pushed a simplification and took a note for v6 (in #30660). We probably want to encourage developers to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great
Closes #30812