[docs] Rename jsx-runtime in `window` object
Netlify deploy preview
https://deploy-preview-43639--material-ui.netlify.app/
Bundle size report
No bundle size changes (Toolpad) No bundle size changes
Generated by :no_entry_sign: dangerJS against 78b9c56fbccd2df5d4ebedcea84dc246b68df999
@alexfauquette Please help to merge it when you are available, thanks.
That's a breaking change. Even if it's docs, I'm not in favor of adding a breaking change for the only purpose of renaming stuff
@alexfauquette I know your concern. This function is created by me. We haven't mentioned this in docs site. So I think it is low impact to rename. I rename it because I use Vite to build the js chunk, I specify the name as jsx, but finally it uses jsxRuntime. So I want to change it and make it easier for developers to integrate.
Now my solution is to modify the file after finishing the build.
@alexfauquette @siriwatknp Can you take a look? Thanks.
Don't need to rename it, can control in our build script.