question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support MUIv5 component path changes

See original GitHub issue

It looks like Material UI just released RC.0 and in this latest v5 release they changed paths for all components from @material-ui/* prefix to @mui/*. See Release Notes -> “Breaking changes” section: https://github.com/mui-org/material-ui/releases/tag/v5.0.0-rc.0

npm start will now result in compilation errors like:

./node_modules/formik-material-ui/dist/formik-material-ui.es6.js Module not found: Can’t resolve ‘@material-ui/core/Checkbox’ in ‘./node_modules/formik-material-ui/dist’

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:12
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

11reactions
fxlemirecommented, Sep 27, 2021

I’ve picked up where @smo043 left and gave a strong push on the v5 upgrade. Let’s get this bad boy out!

https://github.com/stackworx/formik-material-ui/pull/291

6reactions
smo043commented, Sep 17, 2021

I started contributing to MUI 5 changes, interested folks kindly contribute - https://github.com/stackworx/formik-material-ui/pull/284

Read more comments on GitHub >

github_iconTop Results From Across the Web

Breaking changes in v5, part two: core components - Material UI
This is a reference guide to all of the breaking changes introduced in Material v5, and how to handle them when migrating from...
Read more >
Migrate Material-UI 4 to Mui-5 - DEV Community ‍ ‍
can anyone tell me what is the script for codemod for just changing the muiv4 icons to muiv5 icons (just the icons and...
Read more >
React Router changes the URL address but it renders another ...
I'm having a headache with routing in react 18.0, I'm using react-router-dom v.5.0, and Material ui - 5.0. The component Login doesn't render, ......
Read more >
April 2022 - Product Updates and Releases
Learn about the new updates and releases for PowerShell Pro Tools and PowerShell Universal.
Read more >
Can't seem to integrate the Tabs Component and React ...
This doesn't change the url either, nor does cause any errors. ... <Route path='/LinkedIn' component={LinkedInPosts}/> <Route ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found