react-search-box
react-search-box copied to clipboard
what is going on here?
Failed to compile
./src/components/newAppDesign/LocalComponent/Header/Header.js:94:33 Syntax error: Unexpected token, expected ","
92 | ]} 93 | // callback={(record) => <a hreft={"/collections/"}>{record}}
94 | onSelect={(record: any) => { console.log(record) }} | ^ 95 | onFocus={() => { 96 | console.log("This function is called when is focussed"); 97 | }}
Can you share a link to a sample reproduction on Codesandbox?
Closing due to inactivity. Please reopen if this issue persists.