Closed daffl closed 1 year ago
Name | Link |
---|---|
Latest commit | ed69538e6b4914982d202751eba4dc01922d4cc3 |
Latest deploy log | https://app.netlify.com/sites/feathers-dove/deploys/63cec30f9b8fde00087c3b11 |
This actually requires a few more changes, might revisit this later if it turns out to be a continued problem for people.
This pull request changes the built in type names so that they are more easily to differentiate from the actual application type names. The problem was that TypeScript IDEs ended up auto importing the generic
Application
andHookContext
types instead of the application specific ones so you don't get the correct service and configuration types.