Skip to content

Commit

Permalink
fix: Correct emphasis
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap committed Jan 10, 2025
1 parent 97ea940 commit fbfe83f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit fbfe83f

Please sign in to comment.