Skip to content

Commit b0bc9a0

Browse files
committed
Cleanup documentation
1 parent 87e537a commit b0bc9a0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/DataProviders.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -885,11 +885,6 @@ export default App;
885885

886886
**Tip**: This example uses the function version of `setState` (`setDataProvider(() => dataProvider)`) instead of the more classic version (`setDataProvider(dataProvider)`). This is because some legacy Data Providers are actually functions, and `setState` would call them immediately on mount.
887887

888-
---
889-
layout: default
890-
title: "Offline Support"
891-
---
892-
893888
## Offline Support
894889

895890
React Query supports offline/local-first applications. To enable it in your React Admin application, install the required React Query packages:

0 commit comments

Comments
 (0)