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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user