Unable to use Typography - TypeError: Cannot read property '@global' of undefined

Unable to use Typography - TypeError: Cannot read property '@global' of undefined

我正在尝试使用 react-admin 2.4.4,每当我包含 Typography 组件时,都会显示以下错误:

TypeError: Cannot read property '@global' of undefined... in WithStyles(Typography)

问题似乎与主题样式的意外结构有关,但无法理解原因。 我看到一些参考资料指出这可能是由于在同一个项目中混合了不同的 material-ui/core 依赖项。

关于如何解决此问题的任何想法?

我通过确保项目中没有 material-ui 依赖项的混合版本来解决这个问题。