π fix: extract JSON from turn_end in PiAgent json mode NDJSON stream #85
+155
β2
Annotations
8 errors and 1 warning
|
Test:
src/components.ts#L49
This usually means the MDX preload is not active. Common causes:
bunfig.toml uses [run] preload instead of top-level preload (the [run] section doesn't apply to dynamic imports)
bunfig.toml is not in the current working directory
mdxPlugin() is not registered in the preload script
The MDX file is imported without a default import (use: import MyPrompt from "./prompt.mdx")
Original error: Objects are not valid as a React child (found: object with keys {value}). If you meant to render a collection of children, use an array instead.
at renderChildrenToText (/home/runner/work/smithers/smithers/src/components.ts:49:17)
at Task (/home/runner/work/smithers/smithers/src/components.ts:73:20)
at react-stack-bottom-frame (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:14492:20)
at renderWithHooks (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:3914:22)
at updateFunctionComponent (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:6059:19)
at runWithFiberInDEV (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:522:16)
at performUnitOfWork (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:12649:22)
at workLoopSync (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:12461:41)
at renderRootSync (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:12441:11)
at performWorkOnRoot (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:11960:44)
|
|
Test:
src/components.ts#L49
This usually means the MDX preload is not active. Common causes:
bunfig.toml uses [run] preload instead of top-level preload (the [run] section doesn't apply to dynamic imports)
bunfig.toml is not in the current working directory
mdxPlugin() is not registered in the preload script
The MDX file is imported without a default import (use: import MyPrompt from "./prompt.mdx")
Original error: Objects are not valid as a React child (found: object with keys {value}). If you meant to render a collection of children, use an array instead.
at renderChildrenToText (/home/runner/work/smithers/smithers/src/components.ts:49:17)
at Task (/home/runner/work/smithers/smithers/src/components.ts:73:20)
at react-stack-bottom-frame (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:14492:20)
at renderWithHooks (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:3914:22)
at updateFunctionComponent (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:6059:19)
at runWithFiberInDEV (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:522:16)
at performUnitOfWork (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:12649:22)
at workLoopSync (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:12461:41)
at renderRootSync (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:12441:11)
at performWorkOnRoot (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:11960:44)
|
|
Test:
tests/docs-examples.test.tsx#L24
at /home/runner/work/smithers/smithers/tests/docs-examples.test.tsx:24:1
at loadAndEvaluateModule (2:1)
|
|
Test:
src/components.ts#L49
This usually means the MDX preload is not active. Common causes:
bunfig.toml uses [run] preload instead of top-level preload (the [run] section doesn't apply to dynamic imports)
bunfig.toml is not in the current working directory
mdxPlugin() is not registered in the preload script
The MDX file is imported without a default import (use: import MyPrompt from "./prompt.mdx")
Original error: Objects are not valid as a React child (found: object with keys {value}). If you meant to render a collection of children, use an array instead.
at renderChildrenToText (/home/runner/work/smithers/smithers/src/components.ts:49:17)
at Task (/home/runner/work/smithers/smithers/src/components.ts:73:20)
at react-stack-bottom-frame (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:14492:20)
at renderWithHooks (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:3914:22)
at updateFunctionComponent (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:6059:19)
at runWithFiberInDEV (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:522:16)
at performUnitOfWork (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:12649:22)
at workLoopSync (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:12461:41)
at renderRootSync (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:12441:11)
at performWorkOnRoot (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:11960:44)
|
|
Test:
src/components.ts#L49
This usually means the MDX preload is not active. Common causes:
bunfig.toml uses [run] preload instead of top-level preload (the [run] section doesn't apply to dynamic imports)
bunfig.toml is not in the current working directory
mdxPlugin() is not registered in the preload script
The MDX file is imported without a default import (use: import MyPrompt from "./prompt.mdx")
Original error: Objects are not valid as a React child (found: object with keys {value}). If you meant to render a collection of children, use an array instead.
at renderChildrenToText (/home/runner/work/smithers/smithers/src/components.ts:49:17)
at Task (/home/runner/work/smithers/smithers/src/components.ts:73:20)
at react-stack-bottom-frame (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:14492:20)
at renderWithHooks (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:3914:22)
at updateFunctionComponent (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:6059:19)
at runWithFiberInDEV (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:522:16)
at performUnitOfWork (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:12649:22)
at workLoopSync (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:12461:41)
at renderRootSync (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:12441:11)
at performWorkOnRoot (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:11960:44)
|
|
Test:
src/components.ts#L49
This usually means the MDX preload is not active. Common causes:
bunfig.toml uses [run] preload instead of top-level preload (the [run] section doesn't apply to dynamic imports)
bunfig.toml is not in the current working directory
mdxPlugin() is not registered in the preload script
The MDX file is imported without a default import (use: import MyPrompt from "./prompt.mdx")
Original error: Objects are not valid as a React child (found: object with keys {value}). If you meant to render a collection of children, use an array instead.
at renderChildrenToText (/home/runner/work/smithers/smithers/src/components.ts:49:17)
at Task (/home/runner/work/smithers/smithers/src/components.ts:73:20)
at react-stack-bottom-frame (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:14492:20)
at renderWithHooks (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:3914:22)
at updateFunctionComponent (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:6059:19)
at runWithFiberInDEV (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:522:16)
at performUnitOfWork (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:12649:22)
at workLoopSync (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:12461:41)
at renderRootSync (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:12441:11)
at performWorkOnRoot (/home/runner/work/smithers/smithers/node_modules/react-reconciler/cjs/react-reconciler.development.js:11960:44)
|
|
Test:
tests/merge-queue.test.tsx#L140
Expected: "finished"
Received: "failed"
at <anonymous> (/home/runner/work/smithers/smithers/tests/merge-queue.test.tsx:140:27)
|
|
Test:
tests/merge-queue.test.tsx#L106
Expected: "finished"
Received: "failed"
at <anonymous> (/home/runner/work/smithers/smithers/tests/merge-queue.test.tsx:106:27)
|
|
Run oven-sh/setup-bun@v1
Failed to restore: Cache service responded with 400
|
Loading