Finished rendering implementation #29
Annotations
10 errors and 2 warnings
deploy:
src/graph/nodes/output/DmxSpotOutputNode.ts#L27
Conversion of type '{ id: string; readonly type: FixtureType; name: string; readonly settingsComponent: FunctionalComponent<any, {}, any, {}> | ComponentPublicInstanceConstructor<any, any, any, any, ComputedOptions, MethodOptions> | { ...; } | null; ... 8 more ...; resetValue: () => void; } | undefined' to type 'DmxFixture' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
deploy:
src/stage/controllers/dmx/DmxControllerSettings.vue#L24
Argument of type 'Ref<DmxController>' is not assignable to parameter of type 'Ref<BaseController<DmxControllerConfiguration, BaseFixture<unknown, unknown>>>'.
|
deploy:
src/stage/controllers/dmx/dmx.controller.ts#L13
Type 'DmxFixture' does not satisfy the constraint 'BaseFixture<unknown, unknown>'.
|
deploy:
src/stage/controllers/factory.ts#L9
Type 'WledController' is not assignable to type 'BaseController<unknown, BaseFixture<unknown, unknown>>'.
|
deploy:
src/stage/controllers/factory.ts#L11
Type 'DmxController' is not assignable to type 'BaseController<unknown, BaseFixture<unknown, unknown>>'.
|
deploy:
src/stage/controllers/factory.ts#L13
Type 'RazerChromaController' is not assignable to type 'BaseController<unknown, BaseFixture<unknown, unknown>>'.
|
deploy:
src/stage/controllers/razerchroma/chroma.controller.ts#L6
Type 'LedStripFixture' does not satisfy the constraint 'BaseFixture<unknown, unknown>'.
|
deploy:
src/stage/controllers/wled/WledControllerSettings.vue#L24
Argument of type 'Ref<WledController>' is not assignable to parameter of type 'Ref<BaseController<WledControllerConfiguration, BaseFixture<unknown, unknown>>>'.
|
deploy:
src/stage/controllers/wled/wled.controller.ts#L16
Type 'LedStripFixture' does not satisfy the constraint 'BaseFixture<unknown, unknown>'.
|
deploy:
src/stage/fixtures/factory.ts#L8
Type 'LedStripFixture' is not assignable to type 'BaseFixture<unknown, unknown>'.
|
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
deploy
Environment URL '' is not a valid http(s) URL, so it will not be shown as a link in the workflow graph.
|