Skip to content

Input: Changing the background Input lead to strange results. #108 #162

Input: Changing the background Input lead to strange results. #108

Input: Changing the background Input lead to strange results. #108 #162

Triggered via pull request October 20, 2023 20:40
Status Success
Total duration 1m 26s
Artifacts

testing.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
build: src/Button.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
build: src/CheckBox.ts#L1
Argument of type 'Text' is not assignable to parameter of type 'DisplayObject'.
build: src/CircularProgressBar.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
build: src/CircularProgressBar.ts#L1
Argument of type 'Graphics' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'PixiText' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'PixiText' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject> | PixiText' is not assignable to parameter of type 'DisplayObject'.
build: src/Button.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
build: src/CheckBox.ts#L1
Argument of type 'Text' is not assignable to parameter of type 'DisplayObject'.
build: src/CircularProgressBar.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
build: src/CircularProgressBar.ts#L1
Argument of type 'Graphics' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'PixiText' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'PixiText' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject> | PixiText' is not assignable to parameter of type 'DisplayObject'.
build
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/