You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is due to typescript breaking change.
This error starts showing up with typescript version 5.5.4. The last version where it succeeds is 5.4.5.
$ shx rm -rf lib/ && tsc
node_modules/@feathersjs/schema/lib/index.d.ts:20:9 - error TS2717: Subsequent property declarations must have the same type. Property 'resolve' must be of type 'ResolverStatus<any, HookContext<Application<any, any>, any>> | undefined', but here has type 'ResolverStatus<any, HookContext<Application<any, any>, any>> | undefined'.
20 resolve?: ResolverStatus<any, HookContext>;
~~~~~~~
../node_modules/@feathersjs/schema/lib/index.d.ts:20:9
20 resolve?: ResolverStatus<any, HookContext>;
~~~~~~~
'resolve' was also declared here.
Found 1 error in node_modules/@feathersjs/schema/lib/index.d.ts:20
I believe this is due to
typescript
breaking change.This error starts showing up with typescript version
5.5.4
. The last version where it succeeds is5.4.5
.My feathers config:
The text was updated successfully, but these errors were encountered: