Skip to content
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

@mui/[email protected] missing dependency @popperjs/core #42957

Closed
nakagawa424 opened this issue Jul 16, 2024 · 4 comments
Closed

@mui/[email protected] missing dependency @popperjs/core #42957

nakagawa424 opened this issue Jul 16, 2024 · 4 comments
Assignees
Labels
bug 🐛 Something doesn't work

Comments

@nakagawa424
Copy link

nakagawa424 commented Jul 16, 2024

Steps to reproduce

Link to live example: (required)

import { createPopper, Instance, Modifier, Placement, State, VirtualElement } from '@popperjs/core';

Current behavior

No response

Expected behavior

No response

Context

No response

Your environment

npx @mui/envinfo
  Don't forget to mention which browser you used.
  Output from `npx @mui/envinfo` goes here.

Search keywords: popper

@nakagawa424 nakagawa424 added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Jul 16, 2024
@Alwindh
Copy link

Alwindh commented Jul 16, 2024

Updating to 5.16.2 does appear to cause issues, specifically pointing at @popperjs/core indeed

@mahdibx
Copy link

mahdibx commented Jul 16, 2024

It seems @mui/base has been removed from dependencies in this version, and @popperjs was a dependency of it.
Installing @mui/base as a dependency of your project should resolve the issue, but the maintainers need to confirme that this is an intended behavior.

@DiegoAndai DiegoAndai self-assigned this Jul 16, 2024
@DiegoAndai DiegoAndai added bug 🐛 Something doesn't work and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jul 16, 2024
@DiegoAndai
Copy link
Member

Hey everyone! Thanks for the report. We're aware of the issue and working on it

@zannager zannager added the component: Popper The React component. See <Popup> for the latest version. label Jul 16, 2024
@DiegoAndai DiegoAndai removed the component: Popper The React component. See <Popup> for the latest version. label Jul 16, 2024
@mnajdova
Copy link
Member

The issue was fixed in #42959 and released under v.5.16.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work
Projects
None yet
Development

No branches or pull requests

6 participants