-
Notifications
You must be signed in to change notification settings - Fork 428
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
chore(form): remove imports from shouldArrayDialogOpen #7550
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
No changes to documentation |
Component Testing Report Updated Sep 27, 2024 6:26 AM (UTC) ✅ All Tests Passed -- expand for details
|
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.
Also , I simply commented the code since I am unsure if in the future when we return to this we would want to have the code.
Let's remove it for now. You don't need to do a deep clean up for now, but just removing the commented code would be good. We can always refer back to/revert this PR/commit to bring it back.
d5e3c8e
to
d267d16
Compare
d267d16
to
2f8f10b
Compare
Fair enough, done :) |
Description
There's been some issues when upgrading vite 5 around the exporting of shouldArrayDialogOpen.
This was part of the Modal Madness work and while removing it might be considered a breaking change since the whole beta feature has been taken down it should be fine.
Also , I simply commented the code since I am unsure if in the future when we return to this we would want to have the code. If it's preferrable to simply delete it then I'll likely need to actively delete more components and do a more general clean up (which might be what we want but I'll leave that up to the reviewers)
What to review
Taking a stance on the description written above should be enough
Notes for release
N/A