[7.0.0] 'Queue' refers to a value, but is being used as a type here. Did you mean 'typeof Queue'?
#807
Labels
'Queue' refers to a value, but is being used as a type here. Did you mean 'typeof Queue'?
#807
Seeing this TypeScript build time error after upgrading to 7.0.0 and updating my imports:
The error appears 6 times and comes from occurrences in
dist/upload-file-34ababbf.d.ts:
,dist/file-queue-49328ee3.d.ts
, anddist/interfaces-27a5f801.d.ts
.I also am trying to import from
ember-file-upload/dist
rather thanember-file-upload
so I can get the types. Is this not recommended?The text was updated successfully, but these errors were encountered: