colossal-harlequinC
Refine3y ago
3 replies
colossal-harlequin

DashboardPage only works with the legacy routing system. It will be removed in the next major releas

'DashboardPage' is deprecated.ts(6385)
index.d.ts(80, 8): The declaration was marked as deprecated here.
(property) RefineProps.DashboardPage?: React.FC<DashboardPageProps> | undefined
A custom dashboard page can be passed to the DashboardPage prop which is accessible on root route.

@type [React.FC<DashboardPageProps>] (https://refine.dev/docs/api-reference/core/components/refine-config/#dashboardpage)

@deprecated — Please use the DashboardPage component in your routes instead.

No quick fixes available
`` component is the entry point of a refine app. It is where the highest level of configuration of the app occurs.
| refine
Was this page helpful?