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
I have a UserFactory I have created that doesn't seem to complain if i don't pass any properties. The return type is also based on whatever properties I pass to it. Is this intentional?
Depending on how the Feathers app is constructed, the service could have an implicit any type. Making the app.service('user') yield a loose service type.
I have a UserFactory I have created that doesn't seem to complain if i don't pass any properties. The return type is also based on whatever properties I pass to it. Is this intentional?
This produces no errors, but I would expect it to
The text was updated successfully, but these errors were encountered: