Added language string property to CodeBlockNode interface #68
Annotations
3 errors
|
tests/BlocksRenderer.test.tsx#L154
Type '{ type: "code"; children: { type: "text"; text: string; }[]; }' is not assignable to type 'RootNode'.
|
|
tests/BlocksRenderer.test.tsx#L431
Type '{ type: "code"; children: ({ type: "text"; text: string; } | { type: "link"; url: string; children: { type: "text"; text: string; bold: true; }[]; })[]; }' is not assignable to type 'RootNode'.
|
|
|
The logs for this run have expired and are no longer available.
Loading