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 5249507 commit 020fe64Copy full SHA for 020fe64
db.json
@@ -14,6 +14,11 @@
14
"id": 3,
15
"name": "Wonder Woman",
16
"alterEgo": "Princess Diana"
17
+ },
18
+ {
19
+ "id": 4,
20
+ "name": "Spider Man",
21
+ "alterEgo": "Petter Parker"
22
}
23
],
24
"friends": [
src/components/RQSuperHeroes.page.jsx
@@ -10,7 +10,8 @@ function RQSuperHeroesPage() {
10
['super-heros'],
11
fetchSuperHeroes,
12
{
13
- refetchInterval: 2000
+ refetchInterval: 2000,
+ refetchIntervalInBackground: true
);
0 commit comments