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
Hmm. The JS part is easy to support, but TS is another story. As a workaround, you can access custom methods at api.service('my-service').service.isUserExists, for example.
We've had some internal discussion on how to fix the headache with custom method types. We'll likely be changing how custom methods are called in Feathers v6. The syntax will be something like service('my-service').call('custom-method-name', data)
I'm going to postpone working on this issue until that time, because the TS work is prohibitive, at least for me.
While setup Feathers Pinia v3 I'm losing custom methods. Setup below:
In this setup, all methods available in feathers client, but only default methods in pinia client api:
The text was updated successfully, but these errors were encountered: