Fixes to Input and CheckBox when updating styles #101
Merged
Annotations
12 errors and 11 warnings
Run npm run types:
src/Button.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
|
Run npm run types:
src/CheckBox.ts#L1
Argument of type 'Text' is not assignable to parameter of type 'DisplayObject'.
|
Run npm run types:
src/CircularProgressBar.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
|
Run npm run types:
src/CircularProgressBar.ts#L1
Argument of type 'Graphics' is not assignable to parameter of type 'DisplayObject'.
|
Run npm run types:
src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
|
Run npm run types:
src/FancyButton.ts#L1
Argument of type 'PixiText' is not assignable to parameter of type 'DisplayObject'.
|
Run npm run types:
src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
|
Run npm run types:
src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
|
Run npm run types:
src/FancyButton.ts#L1
Argument of type 'PixiText' is not assignable to parameter of type 'DisplayObject'.
|
Run npm run types:
src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject> | PixiText' is not assignable to parameter of type 'DisplayObject'.
|
Run npm run build:
src/Input.ts#L274
'value' is never reassigned. Use 'const' instead
|
Run npm run lint:
src/Input.ts#L274
'value' is never reassigned. Use 'const' instead
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run npm run build:
src/Input.ts#L272
'event' is defined but never used. Allowed unused args must match /^_/u
|
Run npm run build:
src/Input.ts#L274
Expected indentation of 16 spaces but found 14
|
Run npm run build:
src/Input.ts#L274
'value' is assigned a value but never used
|
Run npm run build:
src/Input.ts#L275
Missing semicolon
|
Run npm run build:
src/Input.ts#L276
Trailing spaces not allowed
|
Run npm run lint:
src/Input.ts#L272
'event' is defined but never used. Allowed unused args must match /^_/u
|
Run npm run lint:
src/Input.ts#L274
Expected indentation of 16 spaces but found 14
|
Run npm run lint:
src/Input.ts#L274
'value' is assigned a value but never used
|
Run npm run lint:
src/Input.ts#L275
Missing semicolon
|
Run npm run lint:
src/Input.ts#L276
Trailing spaces not allowed
|
The logs for this run have expired and are no longer available.
Loading