Types for populate don't account for the function param
intercaetera opened this issue · 2 comments
intercaetera commented
The interface for the populate
hook does not account for passing in the schema as a function that resolves to Partial<PopulateSchema>
.
https://github.com/feathersjs-ecosystem/feathers-hooks-common/blob/master/types/index.d.ts#L287
fratzinger commented
We refactored feathers-hooks-common
to a typescript version. Does this problem still exist with version v6.0.0
?
fratzinger commented
Closing because of inactivity. Please feel free to comment if this still is a problem.