Use mdx instead of markdown #1085
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 errors and 2 warnings
Build & test (18.x):
components/post-body.tsx#L1
Type 'string & { components: { Card: ComponentType<CardProps>; }; }' is not assignable to type 'IntrinsicAttributes & MDXRemoteSerializeResult<unknown, unknown> & { components?: MDXComponents | MergeComponents | null | undefined; lazy?: boolean | undefined; }'.
|
Build & test (18.x):
components/post-body.tsx#L1
Spread types may only be created from object types.
|
Build & test (18.x):
pages/posts/[slug].tsx#L1
Type '{ content: string; }' is not assignable to type 'IntrinsicAttributes & PostBodyProps'.
|
Build & test (18.x)
Process completed with exit code 2.
|
Build & test (20.x):
components/post-body.tsx#L1
Type 'string & { components: { Card: ComponentType<CardProps>; }; }' is not assignable to type 'IntrinsicAttributes & MDXRemoteSerializeResult<unknown, unknown> & { components?: MDXComponents | MergeComponents | null | undefined; lazy?: boolean | undefined; }'.
|
Build & test (20.x):
components/post-body.tsx#L1
Spread types may only be created from object types.
|
Build & test (20.x):
pages/posts/[slug].tsx#L1
Type '{ content: string; }' is not assignable to type 'IntrinsicAttributes & PostBodyProps'.
|
Build & test (20.x)
The operation was canceled.
|
Build & test (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build & test (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|