feat/bump-hyperion #378
Errors 1476
Found 1476 errors
Annotations
github-actions / TypeCheck
Type 'string[]' is not assignable to type 'MaxWidth | undefined'.
Type 'string[]' is not assignable to type 'MaxWidth | undefined'.
Raw output
20 |
21 | return (
> 22 | <Box maxWidth={['100%', '100%', '1440px']} height='auto' marginTop={[80, 80, 104]}>
| ^
23 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
24 | <Column width='100%' height='auto'>
25 | <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
20 |
21 | return (
> 22 | <Box maxWidth={['100%', '100%', '1440px']} height='auto' marginTop={[80, 80, 104]}>
| ^
23 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
24 | <Column width='100%' height='auto'>
25 | <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
20 |
21 | return (
> 22 | <Box maxWidth={['100%', '100%', '1440px']} height='auto' marginTop={[80, 80, 104]}>
| ^
23 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
24 | <Column width='100%' height='auto'>
25 | <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
20 |
21 | return (
> 22 | <Box maxWidth={['100%', '100%', '1440px']} height='auto' marginTop={[80, 80, 104]}>
| ^
23 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
24 | <Column width='100%' height='auto'>
25 | <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
21 | return (
22 | <Box maxWidth={['100%', '100%', '1440px']} height='auto' marginTop={[80, 80, 104]}>
> 23 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
| ^
24 | <Column width='100%' height='auto'>
25 | <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
26 | <Layout>
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
21 | return (
22 | <Box maxWidth={['100%', '100%', '1440px']} height='auto' marginTop={[80, 80, 104]}>
> 23 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
| ^
24 | <Column width='100%' height='auto'>
25 | <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
26 | <Layout>
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
21 | return (
22 | <Box maxWidth={['100%', '100%', '1440px']} height='auto' marginTop={[80, 80, 104]}>
> 23 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
| ^
24 | <Column width='100%' height='auto'>
25 | <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
26 | <Layout>
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
23 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
24 | <Column width='100%' height='auto'>
> 25 | <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
| ^
26 | <Layout>
27 | <Text fontWeight='bold' fontSize='extra'>
28 | {titlePage}
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
23 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
24 | <Column width='100%' height='auto'>
> 25 | <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
| ^
26 | <Layout>
27 | <Text fontWeight='bold' fontSize='extra'>
28 | {titlePage}
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
23 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
24 | <Column width='100%' height='auto'>
> 25 | <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
| ^
26 | <Layout>
27 | <Text fontWeight='bold' fontSize='extra'>
28 | {titlePage}
github-actions / TypeCheck
Type '"bold"' is not assignable to type '"$bold" | "$medium" | "$inherit" | "$regular" | "$light" | undefined'. Did you mean '"$bold"'?
Type '"bold"' is not assignable to type '"$bold" | "$medium" | "$inherit" | "$regular" | "$light" | undefined'. Did you mean '"$bold"'?
Raw output
25 | <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
26 | <Layout>
> 27 | <Text fontWeight='bold' fontSize='extra'>
| ^
28 | {titlePage}
29 | </Text>
30 | </Layout>
github-actions / TypeCheck
Type '"extra"' is not assignable to type '"$medium" | "$inherit" | "$regular" | "$big" | "$small" | "$max" | "$large" | "$semiTiny" | "$semiSmall" | "$tiny" | "$semiMicro" | "$micro" | "$semiBold" | "$middling" | "$semiRegular" | ... 16 more ... | undefined'. Did you mean '"$extra"'?
Type '"extra"' is not assignable to type '"$medium" | "$inherit" | "$regular" | "$big" | "$small" | "$max" | "$large" | "$semiTiny" | "$semiSmall" | "$tiny" | "$semiMicro" | "$micro" | "$semiBold" | "$middling" | "$semiRegular" | ... 16 more ... | undefined'. Did you mean '"$extra"'?
Raw output
25 | <Layout flexBasis={[20, 20, 32]} flexShrink={0} />
26 | <Layout>
> 27 | <Text fontWeight='bold' fontSize='extra'>
| ^
28 | {titlePage}
29 | </Text>
30 | </Layout>
github-actions / TypeCheck
Type '{ children: Element; key: string; path: string; }' is not assignable to type 'IntrinsicAttributes'.
Type '{ children: Element; key: string; path: string; }' is not assignable to type 'IntrinsicAttributes'.
Property 'children' does not exist on type 'IntrinsicAttributes'.
Raw output
31 | <Row justifyContent='space-between' flexWrap='wrap'>
32 | {postsData.map(({ uri, title, date, excerpt, featuredImage }) => (
> 33 | <NextLink key={uri} path={uri}>
| ^
34 | <Article title={title} date={date} excerpt={excerpt} featuredImage={featuredImage} />
35 | </NextLink>
36 | ))}
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
36 | ))}
37 | </Row>
> 38 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
| ^
39 | </Column>
40 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
41 | </Box>
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
36 | ))}
37 | </Row>
> 38 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
| ^
39 | </Column>
40 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
41 | </Box>
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
36 | ))}
37 | </Row>
> 38 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
| ^
39 | </Column>
40 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
41 | </Box>
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
38 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
39 | </Column>
> 40 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
| ^
41 | </Box>
42 | )
43 | })
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
38 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
39 | </Column>
> 40 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
| ^
41 | </Box>
42 | )
43 | })
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
38 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
39 | </Column>
> 40 | <Layout flexBasis={[20, 20, 80]} flexShrink={0} />
| ^
41 | </Box>
42 | )
43 | })
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
21 | return (
22 | <Box
> 23 | width={['100%', '100%', 405]}
| ^
24 | // @ts-expect-error
25 | cursor='pointer'
26 | >
github-actions / TypeCheck
Unused '@ts-expect-error' directive.
Unused '@ts-expect-error' directive.
Raw output
22 | <Box
23 | width={['100%', '100%', 405]}
> 24 | // @ts-expect-error
| ^
25 | cursor='pointer'
26 | >
27 | <Column width='100%' {...hoverProps}>
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
26 | >
27 | <Column width='100%' {...hoverProps}>
> 28 | <Layout flexBasis={[32, 32, 48]} />
| ^
29 | <Box width='100%' height={[224, 224, 260]}>
30 | <ImageBlock
31 | width={405}
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
26 | >
27 | <Column width='100%' {...hoverProps}>
> 28 | <Layout flexBasis={[32, 32, 48]} />
| ^
29 | <Box width='100%' height={[224, 224, 260]}>
30 | <ImageBlock
31 | width={405}
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
26 | >
27 | <Column width='100%' {...hoverProps}>
> 28 | <Layout flexBasis={[32, 32, 48]} />
| ^
29 | <Box width='100%' height={[224, 224, 260]}>
30 | <ImageBlock
31 | width={405}
github-actions / TypeCheck
Type 'number' is not assignable to type 'string'.
Type 'number' is not assignable to type 'string'.
Raw output
27 | <Column width='100%' {...hoverProps}>
28 | <Layout flexBasis={[32, 32, 48]} />
> 29 | <Box width='100%' height={[224, 224, 260]}>
| ^
30 | <ImageBlock
31 | width={405}
32 | height={260}