How to use the react-instantsearch-core.connectHighlight function in react-instantsearch-core

To help you get started, we’ve selected a few react-instantsearch-core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github algolia / react-instantsearch / packages / react-instantsearch-dom / src / widgets / Highlight.js View on Github external
*   'latency',
 *   '6be0576ff61c053d5f9a3225e2a90f76'
 * );
 *
 * const App = () => (
 *   
 *     
 *     
 *   
 * );
 */

export default connectHighlight(Highlight);
github algolia / react-instantsearch / packages / react-instantsearch-dom / src / widgets / Snippet.js View on Github external
*     
 *   
 * );
 *
 * const App = () => (
 *   
 *     
 *     
 *   
 * );
 */

export default connectHighlight(Snippet);