You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ssr: false, // Required to avoid react-router related errors
90
+
});
91
+
92
+
exportdefaultAdminApp;
93
+
```
94
+
82
95
This is a minimal configuration to render CRUD pages for users, posts and comments. React-admin will guess the fields to display in the list and edition pages based on the API response.
83
96
84
97
## Exposing The Admin App Component
@@ -93,13 +106,11 @@ The file to modify depends on the router system you chose during setup:
0 commit comments