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
Getting the error on the line mixins: [SocketIOService],:
../src/services/socketio.ts:13:16 - error TS2322: Type 'Partial<IOServiceSchema>' is not assignable to type 'Partial<ServiceSchema<ServiceSettingSchema>>'.
Types of property 'methods' are incompatible.
Type '(Partial<IOMethods> & ThisType<IOServiceSchema>) | undefined' is not assignable to type 'ServiceMethods | undefined'.
Type 'Partial<IOMethods> & ThisType<IOServiceSchema>' is not assignable to type 'ServiceMethods | undefined'.
13 mixins: [SocketIOService],
~~~~~~~~~~~~~~~
I'm trying to register
moleculer-io
inmoleculer
using documentation with the following config:Getting the error on the line
mixins: [SocketIOService],
:I use the following versions of packages:
What should I pass to mixins to fix typing error?
The text was updated successfully, but these errors were encountered: