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 2a444b9 commit 5947fdaCopy full SHA for 5947fda
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ryfylke-react/rtk-query-loader",
3
- "version": "0.3.37",
+ "version": "0.3.38",
4
"description": "Lets you create reusable, extendable RTK loaders for React components.",
5
"main": "./dist/cjs/index.js",
6
"module": "./dist/esm/index.js",
@@ -29,8 +29,6 @@
29
"tslib": "^2.4.0"
30
},
31
"peerDependencies": {
32
- "@reduxjs/toolkit": "^1.6.2",
33
- "react": "^18.2.0",
34
- "tslib": "^2.4.0"
+ "@reduxjs/toolkit": "^1.6.2"
35
}
36
src/types.ts
@@ -87,6 +87,7 @@ export type ComponentWithLoaderData<
87
export type InferLoaderData<T> = T extends Loader<
88
any,
89
infer X,
90
+ any,
91
any
92
>
93
? X
0 commit comments