Browse Source
The `appId` was retrieved from props but the `<Search>` component is never instantiated with props. So the preconnect link targeted an unknown search cluster: ```html <link rel="preconnect" href="https://undefined-dsn.algolia.net" crossorigin="true"> ``` This fixes the preconnect link by getting the `appId` from the website config.main
François Chalifour
3 years ago
committed by
Dan Abramov
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue