-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[core] Clean up grid column #2343
Conversation
packages/grid/_modules_/grid/hooks/features/columns/useGridColumns.ts
Outdated
Show resolved
Hide resolved
5c76c89
to
375c5d6
Compare
I think we should stop using the term |
Happy to use a different terminology. I was using it coming from an backend perspective, for instance https://stackoverflow.com/questions/6991135/what-does-it-mean-to-hydrate-an-object (in my case it was from a python library not a Java one but it's the same concern I believe). Do you have an alternative in mind? |
When is this slated for release? |
Today or tomorrow |
This was merged into 4.0.0, and fixed the problem, huzzah! https://github.com/mui-org/material-ui-x/blob/next/CHANGELOG.md#400 |
I have tried to simplify the logic of this hook. It's mostly about renaming the variable to minimize the number of different terms we use. I have also skipped a few branches that seem to be unreachable.
I did this while I was looking into #2344
Closes #2333