Hi I got an error says . Uncaught ReferenceError: AlgoliasearchHelper is not defined at Object.parcelRequire.src/app.js (app.js:1)
I am trying to solve this problem If solving the problem for AlgoliasearchHelper is undefined won’t help any for my problem in the link, then I don’t have to worry about it. Thank you.
Hi @ynaka,
It looks like you’ve used the AlgoliasearchHelper but it’s not imported from anywhere. You should either require it or use it globally in the page. You can find more information about the installation of the library in the documentation.
AlgoliasearchHelper
Hope that helps!