Update migrate-to-mui5.md

update key from `provider` to `Provider`

Signed-off-by: Mahendra <42772952+mahendra1290@users.noreply.github.com>
This commit is contained in:
Mahendra
2024-01-28 15:12:56 +05:30
committed by GitHub
parent f6c0fc32dc
commit c1b2958673
+1 -1
View File
@@ -19,7 +19,7 @@ By default, the `UnifiedThemeProvider` is already used. If you add a custom them
themes: [
{
// ...
provider: ({ children }) => (
Provider: ({ children }) => (
- <ThemeProvider theme={lightTheme}>.
- <CssBaseline>{children}</CssBaseline>.
- </ThemeProvider