Document does not work #3007
Unanswered
ThinhNguyen-Madi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You likely ended up installing the latest version instead of the current prerelease.
Should show
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I write flow: https://feathersjs.com/guides/basics/starting.html#an-api-server
It display error:
`app.ts:45:25 - error TS2339: Property 'on' does not exist on type 'FeathersService<Application<ServiceTypes, any>, MessageService>'.
45 app.service('messages').on('created', (message: Message) => {`
Beta Was this translation helpful? Give feedback.
All reactions