This release drops support for React < 19. To continue using React 18, stay on the v6.x.x releases.
npm install react@19 react-dom@19 @react-md/core@7
# optional
npm install @react-md/material-icons@7
# optional
npm install -D @types/react@19 @types/react-dom@19pnpm add react@19 react-dom@19 @react-md/core@7
# optional
pnpm add @react-md/material-icons@7
# optional
pnpm add -D @types/react@19 @types/react-dom@19yarn add react@19 react-dom@19 @react-md/core@7
# optional
yarn add @react-md/material-icons@7
# optional
yarn add -D @types/react@19 @types/react-dom@19As mentioned above, this release will only support React 19 going forward. The breaking changes include:
@react-md/core components no longer use forwardRef@types/react and @types/react-dom packages might include type issues
with the new Ref type changes and should be updated