-
- {' '}
- ()
-
-
-
-
-
-
- {hit.breadcrumbs.map((bc, i) => (
- // eslint-disable-next-line react/no-array-index-key
- {bc.display_name} {i !== hit.breadcrumbs.length - 1 ? '/' : ''}
- ))}
-
-
+const CustomHighlight = ({ attribute, hit, separator }) => (
+