diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ffa647e5ea..29820125b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,13 +12,13 @@ A big thanks to the 5 contributors who made this release possible.Here are some - Framework-specific `AppProvider` exports have been renamed for clarity: +_(Note the change in the path from `react-router-dom` to `react-router`)_ + ```diff - import { AppProvider } from '@toolpad/core/react-router-dom'; + import { ReactRouterAppProvider } from '@toolpad/core/react-router'; ``` -Note the change in the path from `react-router-dom` to `react-router` - ```diff - import { AppProvider } from '@toolpad/core/nextjs'; + import { NextAppProvider } from '@toolpad/core/nextjs';