Skip to content

Commit

Permalink
chore: revert index widget changes
Browse files Browse the repository at this point in the history
  • Loading branch information
e-krebs committed Jan 24, 2025
1 parent 9a0712b commit 9bb93f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/instantsearch.js/src/widgets/index/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -652,12 +652,6 @@ const index = (widgetParams: IndexWidgetParams): IndexWidget => {
new algoliasearchHelper.SearchParameters(indexInitialResults.state),
indexInitialResults.results
);
if (
'_rawContent' in indexInitialResults &&
indexInitialResults._rawContent
) {
results._rawResults = indexInitialResults?._rawContent as any;
}

derivedHelper.lastResults = results;
helper.lastResults = results;
Expand Down

0 comments on commit 9bb93f4

Please sign in to comment.