We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3c03b commit 908d850Copy full SHA for 908d850
examples/demo/src/App.tsx
@@ -46,8 +46,10 @@ const App = () => {
46
const singleTheme = themes.find(theme => theme.name === themeName)?.single;
47
const lightTheme = themes.find(theme => theme.name === themeName)?.light;
48
const darkTheme = themes.find(theme => theme.name === themeName)?.dark;
49
+
50
return (
51
<Admin
52
+ key={themeName}
53
title="Posters Galore Admin"
54
dataProvider={dataProviderFactory(
55
process.env.REACT_APP_DATA_PROVIDER || ''
0 commit comments