Commit 66662a4
authored
fix missing dependency in an example (#343)
The focus-refetching example is missing the axios dependency in the
package.json, if we run the example locally there isn't any problem, but
if we use the codesandbox documentation link, the example is showing a
problem with the missing dependency.1 parent a0ef66f commit 66662a4
2 files changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1494 | 1494 | | |
1495 | 1495 | | |
1496 | 1496 | | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
1497 | 1504 | | |
1498 | 1505 | | |
1499 | 1506 | | |
| |||
2286 | 2293 | | |
2287 | 2294 | | |
2288 | 2295 | | |
| 2296 | + | |
| 2297 | + | |
| 2298 | + | |
| 2299 | + | |
| 2300 | + | |
| 2301 | + | |
| 2302 | + | |
2289 | 2303 | | |
2290 | 2304 | | |
2291 | 2305 | | |
| |||
2798 | 2812 | | |
2799 | 2813 | | |
2800 | 2814 | | |
| 2815 | + | |
| 2816 | + | |
| 2817 | + | |
| 2818 | + | |
| 2819 | + | |
| 2820 | + | |
| 2821 | + | |
2801 | 2822 | | |
2802 | 2823 | | |
2803 | 2824 | | |
| |||
0 commit comments