[Popper] Remove deprecated props by siriwatknp · Pull Request #48020 · mui/material-ui (original) (raw)

Summary

Remove the deprecated components and componentsProps props from the Popper component.

Breaking change

The components and componentsProps props have been removed. Use slots and slotProps instead:

<Popper

Use the popper-props codemod for automated migration:

npx @mui/codemod@latest deprecations/popper-props

Changes

Test plan