Open app/components/test-case.ts and tsconfig.json to check this issue, you will notice that:
strictFunctionTypes: true will causes a type error when using ember-resources:
strictFunctionTypes: false will fix this issue:
Repository from Github https://github.comnightire/ember-resources-type-issue
Open app/components/test-case.ts and tsconfig.json to check this issue, you will notice that:
strictFunctionTypes: true will causes a type error when using ember-resources:
strictFunctionTypes: false will fix this issue: