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

[system][InitColorSchemeScript] Use let/const instead of var #43468

Merged
merged 6 commits into from
Aug 30, 2024

Conversation

ishon19
Copy link
Contributor

@ishon19 ishon19 commented Aug 27, 2024

This PR replaces the var usage with the ES6 recommended let/const in the code snippet.

Fixes #43418

Signed-off-by: Siriwat K <siriwatkunaporn@gmail.com>
Copy link
Member

@siriwatknp siriwatknp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks for your contribution!

@mui-bot
Copy link

mui-bot commented Aug 28, 2024

Netlify deploy preview

https://deploy-preview-43468--material-ui.netlify.app/

Bundle size report

Details of bundle changes (Toolpad)
Details of bundle changes

Generated by 🚫 dangerJS against 149e31b

@ishon19
Copy link
Contributor Author

ishon19 commented Aug 28, 2024

👍 Thanks for your contribution!

My pleasure! Thanks for the review @siriwatknp :)

@oliviertassinari oliviertassinari added the core Infrastructure work going on behind the scenes label Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes package: system Specific to @mui/system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[system] initColorSchemeScript.tsx uses var instead of let
6 participants