Need to support for v15-appRouter for NextJS 15, only the import of @mui/material-nextjs/v14-appRouter and earlier are present #44270
Labels
duplicate
This issue or pull request already exists
Summary
trying to import v15-appRouter
There is only v14 and earlier options
Examples
import {AppRouterCacheProvider} from '@mui/material-nextjs/v14-appRouter';
import {AppRouterCacheProvider} from '@mui/material-nextjs/v14-pagesRouter';
and etc...
Motivation
Next JS 15.0.1 released and stable, Need to support v15-appRouter/v15-pagesRouter
Suspected hydration errors because version mismatch
Search keywords: next.js nextjs 15 mui6 v14-appRouter v15-appRouter
The text was updated successfully, but these errors were encountered: