yarn dev # start dev server with all 3 components rendering
yarn build # will error if the server only search input is present
To get yarn build to work slash out the Server render component
Server rendercomponent renders on the server and mounts withclient:idlecausing an issueHot replacehas a fake input which renders on the server and then mounts the Algolia autocomplete input over the topClient renderonly renders on the client and shows CLS issues as there is no server rendered input