Skip to content

pattern paths dont exist on MapRouteSchema #74

pattern paths dont exist on MapRouteSchema

pattern paths dont exist on MapRouteSchema #74

Triggered via push January 31, 2024 21:16
Status Failure
Total duration 37s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tsc.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tsc: app/components/map/MapView.tsx#L130
Property 'patternPaths' does not exist on type '{ key: string; name: string; shortName: string; directionList: { direction: { key: string; name: string; }; destination: string; lineColor: string; textColor: string; patternList: { key: string; isDisplay: boolean; }[]; serviceInterruptionKeys: number[]; }[]; }'.
tsc: app/components/map/MapView.tsx#L130
Parameter 'path' implicitly has an 'any' type.
tsc: app/components/map/MapView.tsx#L131
Parameter 'point' implicitly has an 'any' type.
tsc: app/components/map/MapView.tsx#L141
Property 'patternPaths' does not exist on type '{ key: string; name: string; shortName: string; directionList: { direction: { key: string; name: string; }; destination: string; lineColor: string; textColor: string; patternList: { key: string; isDisplay: boolean; }[]; serviceInterruptionKeys: number[]; }[]; }'.
tsc: app/components/map/MapView.tsx#L141
Parameter 'path' implicitly has an 'any' type.
tsc: app/components/map/MapView.tsx#L142
Parameter 'point' implicitly has an 'any' type.
tsc: app/components/map/MapView.tsx#L203
Property 'patternPaths' does not exist on type '{ key: string; name: string; shortName: string; directionList: { direction: { key: string; name: string; }; destination: string; lineColor: string; textColor: string; patternList: { key: string; isDisplay: boolean; }[]; serviceInterruptionKeys: number[]; }[]; }'.
tsc: app/components/map/MapView.tsx#L203
Parameter 'path' implicitly has an 'any' type.
tsc: app/components/map/MapView.tsx#L204
Parameter 'point' implicitly has an 'any' type.
tsc: app/components/map/MapView.tsx#L235
Property 'patternPaths' does not exist on type '{ key: string; name: string; shortName: string; directionList: { direction: { key: string; name: string; }; destination: string; lineColor: string; textColor: string; patternList: { key: string; isDisplay: boolean; }[]; serviceInterruptionKeys: number[]; }[]; }'.
tsc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.