SciPhi-AI/R2R

.Failed to compile.

linuxreitt opened this issue · 3 comments

Describe the bug
A clear and concise description of what the bug is.

next build

▲ Next.js 14.2.5

Linting and checking validity of types .Failed to compile.

./src/components/Sidebar.tsx:164:17
Type error: Type '{ children: Element[]; id: string; value: "local" | "global"; onValueChange: (type: "local" | "global") => void; }' is not assignable to type 'IntrinsicAttributes & SelectProps'.
Property 'id' does not exist on type 'IntrinsicAttributes & SelectProps'.

162 | KG Search Type
163 | <Select

164 | id="kg_search_type"
| ^
165 | value={kgSearchType}
166 | onValueChange={setKgSearchType}
167 | >
Linting and checking validity of types .. ELIFECYCLE  Command failed with exit code 1.

To Reproduce
Steps to reproduce the behavior:
R2R-Application, pnpm build

Expected behavior
frontend built

Desktop (please complete the following information):

  • OS: ubuntu 24.04

Looks like an issue with the latest push. Taking a look

Thanks, that did the trick!