Skip to content

Commit

Permalink
Fix missing props in CustomApp.md
Browse files Browse the repository at this point in the history
Add missing theme prop to ThemeProvider
  • Loading branch information
f107 authored Feb 11, 2021
1 parent e0de8c3 commit 5393118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CustomApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const App = () => (
+ locale="en"
+ i18nProvider={i18nProvider}
+ >
+ <ThemeProvider>
+ <ThemeProvider theme={theme}>
+ <Resource name="posts" intent="registration" />
+ <Resource name="comments" intent="registration" />
+ <Resource name="users" intent="registration" />
Expand Down

0 comments on commit 5393118

Please sign in to comment.