Skip to content

fix: inlined components weren't preloaded on first load #369

fix: inlined components weren't preloaded on first load

fix: inlined components weren't preloaded on first load #369

Triggered via push July 8, 2023 09:58
Status Failure
Total duration 1m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Test on NodeJS v14.x: lib/buildtime/plugins/metaFromFile/metaFromFile.js#L1
Argument of type '{ instance: RoutifyBuildtime; node: RNodeBuildtime; options: Partial<any>; tempPath: string; }' is not assignable to parameter of type 'MetaContext & { [x: string]: any; }'.
Test on NodeJS v14.x: lib/buildtime/plugins/namedModule/spec/namedModule.test.js#L1
Argument of type '{ file: { name: string; }; meta: {}; }' is not assignable to parameter of type 'RNodeBuildtime'.
Test on NodeJS v14.x: lib/buildtime/plugins/namedModule/spec/namedModule.test.js#L1
Argument of type '{ file: { name: string; }; meta: {}; }' is not assignable to parameter of type 'RNodeBuildtime'.
Test on NodeJS v14.x: lib/common/spec/RNode.spec.js#L1
Type 'RNodeBuildtime | RNodeRuntime' is not assignable to type 'RNodeRuntime'.
Test on NodeJS v14.x: lib/common/spec/RNode.spec.js#L1
Type 'RNodeBuildtime | RNodeRuntime' is not assignable to type 'RNodeRuntime'.
Test on NodeJS v14.x: lib/common/spec/helpers.spec.js#L1
Argument of type '{ name: string; parent: { name: string; parent: { name: string; parent: { name: string; parent: { name: string; }; }; }; }; }' is not assignable to parameter of type 'RNodeRuntime'.
Test on NodeJS v14.x: lib/common/spec/helpers.spec.js#L1
Argument of type '{ name: string; parent: { name: string; parent: { name: string; parent: { name: string; parent: { name: string; }; }; }; }; }' is not assignable to parameter of type 'RNodeRuntime'.
Test on NodeJS v14.x: lib/common/spec/utils.spec.js#L1
Type 'RNodeBuildtime | RNodeRuntime' is not assignable to type 'RNodeBuildtime'.
Test on NodeJS v14.x: lib/common/spec/utils.spec.js#L1
Type 'RNodeBuildtime | RNodeRuntime' is not assignable to type 'RNodeRuntime'.
Test on NodeJS v14.x: lib/extra/tools/ssr.js#L1
Property 'url' does not exist on type 'string | string[] | PreloadOptions'.