Skip to content

Commit 5947fda

Browse files
committed
version: 0.3.38
1 parent 2a444b9 commit 5947fda

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ryfylke-react/rtk-query-loader",
3-
"version": "0.3.37",
3+
"version": "0.3.38",
44
"description": "Lets you create reusable, extendable RTK loaders for React components.",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
@@ -29,8 +29,6 @@
2929
"tslib": "^2.4.0"
3030
},
3131
"peerDependencies": {
32-
"@reduxjs/toolkit": "^1.6.2",
33-
"react": "^18.2.0",
34-
"tslib": "^2.4.0"
32+
"@reduxjs/toolkit": "^1.6.2"
3533
}
3634
}

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export type ComponentWithLoaderData<
8787
export type InferLoaderData<T> = T extends Loader<
8888
any,
8989
infer X,
90+
any,
9091
any
9192
>
9293
? X

0 commit comments

Comments
 (0)