我有以下代码:
<MenuItem primaryText="home" containerElement={<Link to="/" />} />
但它不像其他主题/线程中所解释的那样工作,其中 MenuItem 在这里讨论的Material UI Menu using routes。一旦我将 containerElement props添加到 MenuItem 中,我就会收到此异常:
Uncaught Error:
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
You likely forgot to export your component from the file it's defined in.
Check the render method of `EnhancedButton`.