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

[charts] Fix TS config #11259

Merged
merged 4 commits into from
Nov 30, 2023
Merged

Conversation

alexfauquette
Copy link
Member

The Typescript config was merging multiple properties to add a new one. For most of them, it was ok since they were the same in the two interfaces. However, pie chart data was more complicated since the data array is completed during the defaultized process.

I simplified the config (first commit), and this reveald a small TS error (fixed in the second commit)

The remaining commits are script

@alexfauquette alexfauquette added bug 🐛 Something doesn't work typescript component: charts This is the name of the generic UI component, not the React module! labels Nov 30, 2023
@mui-bot
Copy link

mui-bot commented Nov 30, 2023

Deploy preview: https://deploy-preview-11259--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against 51e4115

@alexfauquette alexfauquette merged commit f179b03 into mui:next Nov 30, 2023
20 checks passed
alexfauquette added a commit to alexfauquette/mui-x that referenced this pull request Nov 30, 2023
alexfauquette added a commit that referenced this pull request Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: charts This is the name of the generic UI component, not the React module! typescript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants