nightire / ember-resources-type-issue

Repository from Github https://github.comnightire/ember-resources-type-issueRepository from Github https://github.comnightire/ember-resources-type-issue

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:

image

strictFunctionTypes: false will fix this issue:

image

About


Languages

Language:JavaScript 70.5%Language:HTML 25.3%Language:TypeScript 3.2%Language:Handlebars 1.1%