-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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] series not drawing since v6.0.0-alpha.8 #10257
Comments
Hello, I was unable to reproduce your issue in both StackBlitz as well as locally with the latest release. 🤷 |
I am using symfony encore. I will try to create a test case. |
I found the reason: I changed tsconfig.js in the following way: before: {
"compilerOptions": {
"module": "commonjs", after: {
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node", and now it is running also with v6.0.0-alpha.8 and v6.0.0-alpha.9. So I guess a change in .8 made it incompatible with commonjs. |
If I revert this commit #10111 it is also working with commonjs |
Unfortunately it is not solving the issue. Thank you very much for your support. |
@Sozialarchiv Would you mind sharing a full reproduction? One we can download and run for ourselves? Could you also try it with the changes proposed in #10272? |
@Janpot Of course. I tried it already with StackBlitz but I could not make. I will create a github repository. I will try to make it as minimal as possible. |
@Sozialarchiv Thank you, this is very helpful! It looks like it works for me after I apply the updates of https://github.com/mui/mui-x/pull/10272/files in |
It works with #10272. Thank you very much. |
And thank you for great library, too. The chart part is a very nice addition and completes the stack in a wonderful way. |
Thanks and thank you for using the library in such an early stage and helping us solve such issues! 🙏 |
Duplicates
Latest version
Steps to reproduce 🕹
I used the single chart example from the docs, but it affects all chart types.
Current behavior 😯
v6.0.0-alpha.8 and v6.0.0-alpha.9
Expected behavior 🤔
It works in v6.0.0-alpha.7
Context 🔦
No response
Your environment 🌎
npx @mui/envinfo
Order ID or Support key 💳 (optional)
No response
The text was updated successfully, but these errors were encountered: