marshallswain / feathers-pinia

Connect your Feathers API to the elegant data store for Vue
52 stars 22 forks source link

fix: update types for `findOneInStore` #158

Closed gorango closed 4 months ago

gorango commented 4 months ago

Service function for findOneInStore returns a ComputedRef (src/store/local-queries.ts), which isn't reflected in the current type signature.

marshallswain commented 4 months ago

Thanks!