Pagetransition #430
node.js.yml
on: pull_request
Matrix: check-docs
Matrix: lint
Matrix: test-js-eval
Matrix: types
Annotations
4 errors
|
lint (22.x)
Process completed with exit code 1.
|
|
types (22.x)
Process completed with exit code 2.
|
|
types (22.x):
app/[lang]/[pageId]/pageContent.tsx#L35
Property 'path' does not exist on type 'PageContentProps'.
|
|
types (22.x):
app/[lang]/[pageId]/page.tsx#L70
Type '{ splitMdContent: MarkdownSection[]; langEntry: LanguageEntry; pageEntry: PageEntry; docs_id: string; lang: LangId; pageId: PageSlug; prevPage: PageEntry; nextPage: PageEntry; path: { ...; }; }' is not assignable to type 'IntrinsicAttributes & PageContentProps'.
|