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 6442e24 commit c57be9bCopy full SHA for c57be9b
tsconfig.json
@@ -22,7 +22,8 @@
22
"swr": ["./core/index.ts"],
23
"swr/infinite": ["./infinite/index.ts"],
24
"swr/immutable": ["./immutable/index.ts"],
25
- "swr/mutation": ["./mutation/index.ts"]
+ "swr/mutation": ["./mutation/index.ts"],
26
+ "swr/_internal": ["./_internal/index.ts"]
27
},
28
"incremental": true
29
0 commit comments