Skip to content
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

[DataGrid] Missing eslint import/no-cycle in MUI X / flatten grid folder #10114

Closed
oliviertassinari opened this issue Aug 22, 2023 · 2 comments · Fixed by #11946
Closed

[DataGrid] Missing eslint import/no-cycle in MUI X / flatten grid folder #10114

oliviertassinari opened this issue Aug 22, 2023 · 2 comments · Fixed by #11946
Assignees
Labels
component: data grid This is the name of the generic UI component, not the React module! core Infrastructure work going on behind the scenes test

Comments

@oliviertassinari
Copy link
Member

oliviertassinari commented Aug 22, 2023

See #10062 as proof import/no-cycle no longer covers the source of the data grid.

For the solution, the best one seems to remove this strange grid folder https://github.com/mui/mui-x/tree/master/packages/grid. Why is it not flat in the first place?

Initially open as a Notion Task

@oliviertassinari oliviertassinari added test core Infrastructure work going on behind the scenes component: data grid This is the name of the generic UI component, not the React module! labels Aug 22, 2023
@flaviendelangle
Copy link
Member

Why is it not flat in the first place?

I think it goes back all the way to Damien
But I'm 100% in favor of flattening, it would simplify the bundling process as well

@oliviertassinari
Copy link
Member Author

oliviertassinari commented Aug 22, 2023

Why is it not flat in the first place?

I recall it was because our package names had no prefixes, so they wouldn't sort well alphabetically.
Now that we use x-component-name as a prefix, the initial problem is gone :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: data grid This is the name of the generic UI component, not the React module! core Infrastructure work going on behind the scenes test
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants