Provide a codemod for material-ui-icons
See original GitHub issue- I have searched the issues of this repository and believe that this is not a duplicate.
material-ui-icons
has been moved to @material-ui/icons
.
@material-ui/codemod
provides a few codemods for other import path changes, like material-ui/svg-icons/*
to @material-ui/icons/*
and material-ui
to @material-ui/core
. But it does not offer a codemod to migrate from material-ui-icons
.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Provide a codemod for material-ui-icons · Issue #11356 - GitHub
No, we don't provide such codemod. We provide a codemod for flattening the v1 import paths. I guess I'm wrong. The import-path codemod...
Read more >material-ui/codemod - npm.io
This repository contains a collection of codemod scripts based for use with JSCodeshift that help update Material-UI APIs.
Read more >@material-ui/codemod - npm
This repository contains a collection of codemod scripts based for use with jscodeshift that help update Material-UI APIs. Setup & run. npx @ ......
Read more >Material-UI 5 is Coming: Here's What I'm Excited About
Although we give a codemod to assist in the migration of JSS styles to styled API, this approach increases CSS specificity.
Read more >Migrating to v5: getting started - Material UI - MUI
We highly recommend running our codemods for efficiency—these will ... If you're using @material-ui/lab or @material-ui/icons , you will need to install the ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dantman Is it really needed? A global search and replace in your editor will do the job just as easily.
@dantman I would rather encourage people to start with the global search and replace, then to apply the codemod.