-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[telemetry] Fix ESM dynamic import #17720
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
Conversation
|
Thanks for adding a type label to the PR! 👍 |
|
Deploy preview: https://deploy-preview-17720--material-ui-x.netlify.app/ |
Signed-off-by: Vadym Raksha <hello@raksha.bio>
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.
This looks good to me if the move towards a static import does not have any negative side-effects. 👌
However, I think we have a problem in the build process...
All the imports get suffixed with .js, whereas dynamic imports don't. 🙈
cc @mui/code-infra
That was actually fixed in the latest version of |
|
@Janpot Thanks for remembering that fix. 👌 |
Fixes #17587