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
When I call ex: api.service('ads')['name'] in a .ts file, I cannot get it to recognize any types outside of the standard feathers Application type. So if I call api.service('ads').findInStore - I get a type error that findInStore is not found on type Application<...>. I cannot pass a generic argument to createPiniaClient that seems to satisfy this issue. Possibly there is a simple solution to this issue, but I have exhausted reasonable efforts to solve it. Any help is appreciated.
Edit: I should add that I do have the same version of @feathersjs/** packages installed as is in the installed feathers-pinia package.
The text was updated successfully, but these errors were encountered:
When I call ex:
api.service('ads')['name']
in a.ts
file, I cannot get it to recognize any types outside of the standard feathers Application type. So if I callapi.service('ads').findInStore
- I get a type error that findInStore is not found on typeApplication<...>.
I cannot pass a generic argument tocreatePiniaClient
that seems to satisfy this issue. Possibly there is a simple solution to this issue, but I have exhausted reasonable efforts to solve it. Any help is appreciated.Edit: I should add that I do have the same version of
@feathersjs/**
packages installed as is in the installedfeathers-pinia
package.The text was updated successfully, but these errors were encountered: