Skip to content
Triggered via push July 19, 2023 03:06
Status Failure
Total duration 1m 15s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 9 warnings
typecheck: examples/multiple-pages/src/Layout.tsx#L6
'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.
typecheck: examples/multiple-pages/src/Layout.tsx#L13
'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.
typecheck: examples/multiple-pages/src/Layout.tsx#L14
'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.
typecheck: examples/multiple-pages/src/Layout.tsx#L15
'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.
typecheck: examples/multiple-pages/src/Layout.tsx#L16
'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.
typecheck: examples/multiple-pages/src/pages/a.tsx#L7
'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.
typecheck: examples/multiple-pages/src/pages/a.tsx#L8
'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.
typecheck: examples/multiple-pages/src/pages/a.tsx#L9
'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.
typecheck: examples/multiple-pages/src/pages/index.tsx#L9
'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.
typecheck: examples/multiple-pages/src/pages/index.tsx#L10
'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.
lint: tsconfig.json#L21
Unexpected trailing comma
lint
Process completed with exit code 1.
lint: src/client/index.tsx#L55
'route' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/node/build.ts#L136
'innerApp' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/node/build.ts#L136
'initialState' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/node/build.ts#L136
'transformState' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/node/build.ts#L138
'transformedIndexHTML' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/node/server.tsx#L30
'htmlAttributes' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/node/server.tsx#L31
'bodyAttributes' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/node/server.tsx#L38
'metaAttributes' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/types.ts#L108
'PartialKeys' is defined but never used. Allowed unused vars must match /^_/u