Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation issue with Typescript #64

Closed
FuriousLlama opened this issue Oct 1, 2020 · 1 comment
Closed

Compilation issue with Typescript #64

FuriousLlama opened this issue Oct 1, 2020 · 1 comment
Assignees

Comments

@FuriousLlama
Copy link

FuriousLlama commented Oct 1, 2020

We recently updated to the latest version and are getting a compilation issue that prevents the use of the application:

✖ 1 problem (1 error, 0 warnings)


 @ ./src/plugins/inversify.config.ts 9:0-67 39:8-26
 @ ./src/main.ts
 @ multi (webpack)-dev-server/client?http://192.168.1.65:8080&sockPath=/sockjs-node (webpack)/hot/dev-server.js ./src/main.ts

ERROR in E:/{path}/ClientApp/node_modules/vue-loading-overlay/types/loading.d.ts(5,3):
5:3 'hide', which lacks return-type annotation, implicitly has an 'any' return type.
    3 | 
    4 | export interface LoaderComponent extends ExtendedVue<any, any, any, any, any> {
  > 5 |   hide()
      |   ^
    6 | }
    7 | 
    8 | export type LoaderType = 'spinner' | 'dots' | 'bars'
@ankurk91 ankurk91 self-assigned this Oct 2, 2020
@ankurk91
Copy link
Owner

ankurk91 commented Oct 3, 2020

Must be fixed in v3.4.2

@ankurk91 ankurk91 closed this as completed Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants