Invariant Violation: addComponentAsRefTo(...) #2288
Labels
bug 🐛
Something doesn't work
core
Infrastructure work going on behind the scenes
package: material-ui
Specific to @mui/material
New to React and MUI here. I know this is a common issue and usually goes away by removing conflicting React versions, but I've verified that there's only one version of React in my project (per
npm ls | grep react
).My code (adapted from the live example) looks like this:
Paper
works on its own, but not when combined withPopover
. I'm using Webpack to build React 0.14 and MUI 0.13.The text was updated successfully, but these errors were encountered: