-
-
Notifications
You must be signed in to change notification settings - Fork 797
Closed
Description
info: Feathers application started on localhost:3030
ERROR in node_modules/@feathersjs/transport-commons/src/client.ts:69:5
TS2322: Type 'string[] | undefined' is not assignable to type 'string[]'.
Type 'undefined' is not assignable to type 'string[]'.
67 |
68 | constructor (options: ServiceOptions) {
69 | this.events = options.events;
| ^^^^^^^^^^^
70 | this.path = options.name;
71 | this.connection = options.connection;
72 | this.method = options.method;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels