We just had our Algolia search modal blow up with the latest update. We were not passing in an indexName to algoliasearchZendeskHC. We started getting an error saying:
`options.indexName` should be <string>, received boolean
That default should probably be a string instead of a bool.
We just had our Algolia search modal blow up with the latest update. We were not passing in an
indexName
toalgoliasearchZendeskHC
. We started getting an error saying:That default should probably be a string instead of a bool.