# Pastebin xozVm9B7 static_builder_1 | webpack 5.76.0 compiled with 6 warnings in 1466 ms static_builder_1 | ERROR in ./frontend/js/src/explore/lb-radio/LBRadio.tsx:65:18 static_builder_1 | TS2345: Argument of type 'FormDataEntryValue' is not assignable to parameter of type 'string'. static_builder_1 | Type 'File' is not assignable to type 'string'. static_builder_1 | 63 | const formData = new FormData(event.currentTarget); static_builder_1 | 64 | const promptText = formData.get("prompt")!; static_builder_1 | > 65 | onGenerate(promptText); static_builder_1 | | ^^^^^^^^^^ static_builder_1 | 66 | }, static_builder_1 | 67 | [prompt, onGenerate] static_builder_1 | 68 | ); static_builder_1 | static_builder_1 | Found 1 error in 1793 ms.