fix(deps): update dependency rehype-rewrite to v4 (#32) #116
Annotations
5 errors
build:
src/nodes/header.ts#L63
Type 'ElementContent | { type: "element"; tagName: string; children: { type: "text"; value: string; }[]; } | { type: "element"; tagName: string; children: { type: "text"; value: string; }[]; }' is not assignable to type 'ElementContent'.
|
build:
src/nodes/header.ts#L64
Type '{ type: "element"; tagName: string; children: { type: "text"; value: string; }[]; }' is not assignable to type 'ElementContent'.
|
build:
src/nodes/header.ts#L74
Type '{ type: "element"; tagName: string; children: { type: "text"; value: string; }[]; }' is not assignable to type 'ElementContent'.
|
build:
src/utils/homeCardIcons.ts#L42
Property 'properties' is missing in type '{ type: "element"; tagName: string; children: ElementContent[]; }' but required in type 'Element'.
|
build
Process completed with exit code 1.
|