-
-
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-pro] Avoid relative reference to @mui/x-charts
package
#14335
Conversation
Deploy preview: https://deploy-preview-14335--material-ui-x.netlify.app/ |
CodSpeed Performance ReportMerging #14335 will not alter performanceComparing Summary
|
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.
Thanks for handling it
@@ -11,8 +11,10 @@ | |||
"packages/x-date-pickers", | |||
"packages/x-date-pickers-pro", | |||
"packages/x-charts", | |||
"packages/x-charts-pro", |
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.
I wanted to check the issue with a CodeSandbox published package and noticed that we are not publishing new pro packages in CI.
Do you think there is a reason for it, or did we just forget to add them to the list? 🤔
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.
I think we just forgot it
} from '@mui/x-charts/internals'; | ||
import { ChartsAxisProps, ScaleName, AxisConfig } from '@mui/x-charts'; | ||
import { ZoomData } from '../ZoomProvider'; | ||
import { getScale } from '../../../../x-charts/src/internals/getScale'; |
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.
Didn't eslint pick this up? 😮
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.
Somehow it didn't. 🤔
Could be because of the issues in the ESLint config that are pending resolution: #13401
Fixes #14314.