File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ryfylke-react/rtk-query-loader" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2-beta.0 " ,
4
4
"description" : " Lets you create reusable, extendable RTK loaders for React components." ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"module" : " ./dist/esm/index.js" ,
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ export const createUseLoader = <
67
67
68
68
export const createLoader = <
69
69
TProps extends unknown ,
70
- TQueries extends Types . _TQueries = never ,
71
- TDeferred extends Types . _TDeferred = never ,
72
- TPayload extends Types . _TPayload = never ,
70
+ TQueries extends Types . _TQueries ,
71
+ TDeferred extends Types . _TDeferred ,
72
+ TPayload extends Types . _TPayload ,
73
73
TReturn extends unknown = Types . ResolveDataShape <
74
74
Types . MakeDataRequired < TQueries > ,
75
75
TDeferred ,
You can’t perform that action at this time.
0 commit comments