You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
I am trying to import Material-UI's button component into button.mdx and it fails to compile due to a missing dependency. Loading the Material-UI button into the React app works as expected though. I believe there is some kind of dependency conflict .
These dependencies were not found:
⠀
* dom-helpers/addClass in ../node_modules/react-transition-group/esm/CSSTransition.js
* dom-helpers/removeClass in ../node_modules/react-transition-group/esm/CSSTransition.js
App was created using create-react-app.
Docz Version: ^2.0.0-rc.41
The text was updated successfully, but these errors were encountered:
I was able to get this working using this solution from @barbalex.
I updated my package.json to include: "resolutions": { "react-transition-group": "4.0.0" }
I am trying to import Material-UI's button component into button.mdx and it fails to compile due to a missing dependency. Loading the Material-UI button into the React app works as expected though. I believe there is some kind of dependency conflict .
button.mdx
This is the error returned during compile:
App was created using create-react-app.
Docz Version: ^2.0.0-rc.41
The text was updated successfully, but these errors were encountered: