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
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) {
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) {
The text was updated successfully, but these errors were encountered: