-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module ''popper.js'' has no exported member 'ReferenceObject'. #12252
Comments
@Tuaniwan What version of popper.js have you installed in your node_modules? |
Oh ok. We need to increase the
|
@oliviertassinari If |
You can, but the package will be duplicated in your bundle. |
@Tuaniwan Do you want to increase the minimal required version of popper.js on our package.json? |
Sure, as soon as I am off of work, |
After updating from MUI v1.4.0 to v1.4.1, I get this error when building my project:
I checked and popper.js actually doesn't have those. Although, I'm not sure if they have to be explicitly available in popper.js.
Since I am not too familiar with this, I'm not sure if I made an obvious mistake or not. I tested going back to 1.4.0, and it works fine. I checked and there were a few changes to Popper.js in v1.4.1, but nothing that required changes on my part, so I wasn't sure if I had to change anything, but I didn't, except for the MUI version itself.
In case it's relevant and potentially the cause of my problem, my project has those two dependencies:
"popper.js": "1.12.9",
"react-popper": "1.0.0",
Environment
The text was updated successfully, but these errors were encountered: