Skip to content

Commit

Permalink
feedback: do not add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
e-krebs committed Dec 4, 2024
1 parent 62d704b commit de3b6ea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/vue-instantsearch/src/components/InstantSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,6 @@ export default createInstantSearchComponent({
};
},
render: renderCompat(function (h) {
if (!this.indexName && !this.compositionID) {
// eslint-disable-next-line no-console
console.error(
'Missing either "index-name" or "compositionID" property on "ais-instant-search"'
);
}

return h(
'div',
{
Expand Down

0 comments on commit de3b6ea

Please sign in to comment.