Use mdx instead of markdown #1085
Annotations
4 errors and 1 warning
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; }'.
|
components/post-body.tsx#L1
Spread types may only be created from object types.
|
pages/posts/[slug].tsx#L1
Type '{ content: string; }' is not assignable to type 'IntrinsicAttributes & PostBodyProps'.
|
|
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/
|
The logs for this run have expired and are no longer available.
Loading