File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import TabItem from "@theme/TabItem";
8
8
# Consume the loader
9
9
10
10
<Tabs groupId = " method" queryString >
11
- <Tab label = " Using withLoader" value = " withLoader" >
11
+ <Tab label = " Using withLoader" value = " withLoader" default >
12
12
13
13
A convenient wrapper that ensures that the component is only rendered when it has data.
14
14
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const config = {
10
10
tagline : "Component loaders for RTK Query" ,
11
11
favicon : "img/logo.png" ,
12
12
// Algolia search config
13
- themes : [ "@docusaurus/theme-search-algolia" ] ,
13
+ // themes: ["@docusaurus/theme-search-algolia"],
14
14
// Set the production url of your site here
15
15
url : "https://your-docusaurus-test-site.com" ,
16
16
// Set the /<baseUrl>/ pathname under which your site is served
@@ -57,6 +57,7 @@ const config = {
57
57
themeConfig :
58
58
/** @type {import('@docusaurus/preset-classic').ThemeConfig } */
59
59
( {
60
+ // algolia: {},
60
61
// Replace with your project's social card
61
62
image : "img/docusaurus-social-card.jpg" ,
62
63
navbar : {
You can’t perform that action at this time.
0 commit comments