Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

fix(ts): cast setTimeout() to avoid TS errors#282

Merged
vchimev merged 1 commit intomasterfrom
vchimev-fixes
Nov 23, 2017
Merged

fix(ts): cast setTimeout() to avoid TS errors#282
vchimev merged 1 commit intomasterfrom
vchimev-fixes

Conversation

@vchimev
Copy link

@vchimev vchimev commented Nov 23, 2017

ERROR in [at-loader] ./app/examples/conference-agenda/conference-agenda-example.ts:63:5
    TS2322: Type 'Timer' is not assignable to type 'number'.

ERROR in [at-loader] ./app/examples/conference-agenda/conference-agenda-example.ts:71:9
    TS2322: Type 'Timer' is not assignable to type 'number'.

ERROR in [at-loader] ./app/examples/user-profile/user-profile-example.ts:89:5
    TS2322: Type 'Timer' is not assignable to type 'number'.

ERROR in [at-loader] ./app/examples/user-profile/user-profile-example.ts:97:9
    TS2322: Type 'Timer' is not assignable to type 'number'.

Caused by tj/commander.js#646.
Related to tj/commander.js#719.

ERROR in [at-loader] ./app/examples/conference-agenda/conference-agenda-example.ts:63:5
    TS2322: Type 'Timer' is not assignable to type 'number'.

ERROR in [at-loader] ./app/examples/conference-agenda/conference-agenda-example.ts:71:9
    TS2322: Type 'Timer' is not assignable to type 'number'.

ERROR in [at-loader] ./app/examples/user-profile/user-profile-example.ts:89:5
    TS2322: Type 'Timer' is not assignable to type 'number'.

ERROR in [at-loader] ./app/examples/user-profile/user-profile-example.ts:97:9
    TS2322: Type 'Timer' is not assignable to type 'number'.

Caused by tj/commander.js#646.
Related to tj/commander.js#719.
@vchimev vchimev merged commit f3f0f35 into master Nov 23, 2017
@vchimev vchimev deleted the vchimev-fixes branch November 23, 2017 08:33
vchimev added a commit that referenced this pull request Feb 1, 2018
vchimev pushed a commit that referenced this pull request Feb 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants